#CDDEEA

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

Shades of Pattens Blue #CDDEEA

Tints of Pattens Blue #CDDEEA

Color information

#CDDEEA (or 0xCDDEEA) is unknown color: approx Pattens Blue. HEX triplet: CD, DE and EA. RGB value is (205,222,234). Sum of RGB (Red+Green+Blue) = 205+222+234=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEEA is #322115. Grayscale: #DADADA. Windows color (decimal): -3285270 or 15392461. OLE color: 15392461.

HSL color Cylindrical-coordinate representation of color #CDDEEA: hue angle of 204.83º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDEEA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205222234-
CMYK0.120.0500.08
HSL204.83º40.85%86.08%-
HSV(B)204.83º12.39%91.76%-
XYZ66.1571.1688.09-
YUV218.28136.87118.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 234 (91.80% from 255) = 35.40%
R=31.01%
G=33.59%
B=35.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052222340.120.0500.08204.8340.8586.08
HexCDDEEAC508cd2956
Octal31533635214501031551126
Binary110011011101111011101010110010101000110011011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEEA; }

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

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

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

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

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

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

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

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