#CDE1F2

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

Shades of Pattens Blue #CDE1F2

Tints of Pattens Blue #CDE1F2

Color information

#CDE1F2 (or 0xCDE1F2) is unknown color: approx Pattens Blue. HEX triplet: CD, E1 and F2. RGB value is (205,225,242). Sum of RGB (Red+Green+Blue) = 205+225+242=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1F2 is #321E0D. Grayscale: #DCDCDC. Windows color (decimal): -3284494 or 15917517. OLE color: 15917517.

HSL color Cylindrical-coordinate representation of color #CDE1F2: hue angle of 207.57º 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 #CDE1F2 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205225242-
CMYK0.150.0700.05
HSL207.57º58.73%87.65%-
HSV(B)207.57º15.29%94.9%-
XYZ68.1373.2494.55-
YUV220.96139.87116.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.51%
GREEN value IS 225 (88.28% from 255) = 33.48%
BLUE value IS 242 (94.92% from 255) = 36.01%
R=30.51%
G=33.48%
B=36.01%

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
Decimal2052252420.150.0700.05207.5758.7387.65
HexCDE1F2F705d03b58
Octal3153413621770532073130
Binary11001101111000011111001011111110101110100001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1F2; }

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

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

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

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

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

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

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

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