#CDDEE8

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

Shades of Pattens Blue #CDDEE8

Tints of Pattens Blue #CDDEE8

Color information

#CDDEE8 (or 0xCDDEE8) is unknown color: approx Pattens Blue. HEX triplet: CD, DE and E8. RGB value is (205,222,232). Sum of RGB (Red+Green+Blue) = 205+222+232=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEE8 is #322117. Grayscale: #DADADA. Windows color (decimal): -3285272 or 15261389. OLE color: 15261389.

HSL color Cylindrical-coordinate representation of color #CDDEE8: hue angle of 202.22º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDEE8 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205222232-
CMYK0.120.0400.09
HSL202.22º36.99%85.69%-
HSV(B)202.22º11.64%90.98%-
XYZ65.8671.0586.59-
YUV218.06135.87118.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 232 (91.02% from 255) = 35.20%
R=31.11%
G=33.69%
B=35.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052222320.120.0400.09202.2236.9985.69
HexCDDEE8C409ca2556
Octal31533635014401131245126
Binary110011011101111011101000110010001001110010101001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEE8; }

 p { color: rgb(205,222,232); }

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

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

 a { background-color: rgb(205,222,232); }

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

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

 span { border-color: rgb(205,222,232); }

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