#CDE4EE

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

Shades of Pattens Blue #CDE4EE

Tints of Pattens Blue #CDE4EE

Color information

#CDE4EE (or 0xCDE4EE) is unknown color: approx Pattens Blue. HEX triplet: CD, E4 and EE. RGB value is (205,228,238). Sum of RGB (Red+Green+Blue) = 205+228+238=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4EE is #321B11. Grayscale: #DEDEDE. Windows color (decimal): -3283730 or 15656141. OLE color: 15656141.

HSL color Cylindrical-coordinate representation of color #CDE4EE: hue angle of 198.18º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE4EE is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205228238-
CMYK0.140.0400.07
HSL198.18º49.25%86.86%-
HSV(B)198.18º13.87%93.33%-
XYZ68.3574.6491.69-
YUV222.26136.88115.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 228 (89.45% from 255) = 33.98%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=30.55%
G=33.98%
B=35.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052282380.140.0400.07198.1849.2586.86
HexCDE4EEE407c63157
Octal3153443561640730661127
Binary11001101111001001110111011101000111110001101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4EE; }

 p { color: rgb(205,228,238); }

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

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

 a { background-color: rgb(205,228,238); }

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

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

 span { border-color: rgb(205,228,238); }

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