#CDE0F2

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

Shades of Pattens Blue #CDE0F2

Tints of Pattens Blue #CDE0F2

Color information

#CDE0F2 (or 0xCDE0F2) is unknown color: approx Pattens Blue. HEX triplet: CD, E0 and F2. RGB value is (205,224,242). Sum of RGB (Red+Green+Blue) = 205+224+242=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0F2 is #321F0D. Grayscale: #DCDCDC. Windows color (decimal): -3284750 or 15917261. OLE color: 15917261.

HSL color Cylindrical-coordinate representation of color #CDE0F2: hue angle of 209.19º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDE0F2 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205224242-
CMYK0.150.0700.05
HSL209.19º58.73%87.65%-
HSV(B)209.19º15.29%94.9%-
XYZ67.8672.794.46-
YUV220.37140.21117.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 224 (87.89% from 255) = 33.38%
BLUE value IS 242 (94.92% from 255) = 36.07%
R=30.55%
G=33.38%
B=36.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052242420.150.0700.05209.1958.7387.65
HexCDE0F2F705d13b58
Octal3153403621770532173130
Binary11001101111000001111001011111110101110100011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0F2; }

 p { color: rgb(205,224,242); }

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

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

 a { background-color: rgb(205,224,242); }

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

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

 span { border-color: rgb(205,224,242); }

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