#CDDEEC

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

Shades of Pattens Blue #CDDEEC

Tints of Pattens Blue #CDDEEC

Color information

#CDDEEC (or 0xCDDEEC) is unknown color: approx Pattens Blue. HEX triplet: CD, DE and EC. RGB value is (205,222,236). Sum of RGB (Red+Green+Blue) = 205+222+236=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDDEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEEC is #322113. Grayscale: #DADADA. Windows color (decimal): -3285268 or 15523533. OLE color: 15523533.

HSL color Cylindrical-coordinate representation of color #CDDEEC: hue angle of 207.1º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDDEEC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205222236-
CMYK0.130.0600.07
HSL207.1º44.93%86.47%-
HSV(B)207.1º13.14%92.55%-
XYZ66.4471.2889.61-
YUV218.51137.87118.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.92%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=30.92%
G=33.48%
B=35.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052222360.130.0600.07207.144.9386.47
HexCDDEECD607cf2d56
Octal3153363541560731755126
Binary11001101110111101110110011011100111110011111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEEC; }

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

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

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

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

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

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

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

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