#CDDDE5

Color #CDDDE5 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CDDDE5

Tints of Pattens Blue #CDDDE5

Color information

#CDDDE5 (or 0xCDDDE5) is unknown color: approx Pattens Blue. HEX triplet: CD, DD and E5. RGB value is (205,221,229). Sum of RGB (Red+Green+Blue) = 205+221+229=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDE5 is #32221A. Grayscale: #D9D9D9. Windows color (decimal): -3285531 or 15064525. OLE color: 15064525.

HSL color Cylindrical-coordinate representation of color #CDDDE5: hue angle of 200º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDDE5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205221229-
CMYK0.100.0300.10
HSL200º31.58%85.1%-
HSV(B)200º10.48%89.8%-
XYZ65.1870.3584.27-
YUV217.13134.7119.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=31.30%
G=33.74%
B=34.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052212290.100.0300.1020031.5885.1
HexCDDDE5A30Ac82055
Octal31533534512301231040125
Binary11001101110111011110010110101101010110010001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDE5; }

 p { color: rgb(205,221,229); }

 H1.HeaderClassName
 {
   color: #CDDDE5;
 }
 .AnyTagClassName
 {
   color: #CDDDE5;
 }
</style>
background-color css

<style>
 a { background-color: #CDDDE5; }

 a { background-color: rgb(205,221,229); }

 div.DivClassName
 {
   background-color: #CDDDE5;
 }
 .BgClassName
 {
   background-color: #CDDDE5;
 }
</style>
border-color css

<style>
 span { border-color: #CDDDE5; }

 span { border-color: rgb(205,221,229); }

 td.TdClassName
 {
   border-color: #CDDDE5;
 }
 .TagClassName
 {
   border-color: #CDDDE5;
 }
</style>