#CDE2EA

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

Shades of Pattens Blue #CDE2EA

Tints of Pattens Blue #CDE2EA

Color information

#CDE2EA (or 0xCDE2EA) is unknown color: approx Pattens Blue. HEX triplet: CD, E2 and EA. RGB value is (205,226,234). Sum of RGB (Red+Green+Blue) = 205+226+234=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2EA is #321D15. Grayscale: #DCDCDC. Windows color (decimal): -3284246 or 15393485. OLE color: 15393485.

HSL color Cylindrical-coordinate representation of color #CDE2EA: hue angle of 196.55º 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 #CDE2EA is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205226234-
CMYK0.120.0300.08
HSL196.55º40.85%86.08%-
HSV(B)196.55º12.39%91.76%-
XYZ67.2273.3188.45-
YUV220.63135.54116.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 226 (88.67% from 255) = 33.98%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=30.83%
G=33.98%
B=35.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052262340.120.0300.08196.5540.8586.08
HexCDE2EAC308c52956
Octal31534235214301030551126
Binary11001101111000101110101011001101000110001011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2EA; }

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

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

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

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

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

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

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

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