#CDE1EF

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

Shades of Pattens Blue #CDE1EF

Tints of Pattens Blue #CDE1EF

Color information

#CDE1EF (or 0xCDE1EF) is unknown color: approx Pattens Blue. HEX triplet: CD, E1 and EF. RGB value is (205,225,239). Sum of RGB (Red+Green+Blue) = 205+225+239=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1EF is #321E10. Grayscale: #DCDCDC. Windows color (decimal): -3284497 or 15720909. OLE color: 15720909.

HSL color Cylindrical-coordinate representation of color #CDE1EF: hue angle of 204.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE1EF is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205225239-
CMYK0.140.0600.06
HSL204.71º51.52%87.06%-
HSV(B)204.71º14.23%93.73%-
XYZ67.6873.0692.2-
YUV220.62138.37116.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.64%
GREEN value IS 225 (88.28% from 255) = 33.63%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=30.64%
G=33.63%
B=35.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052252390.140.0600.06204.7151.5287.06
HexCDE1EFE606cd3457
Octal3153413571660631564127
Binary11001101111000011110111111101100110110011011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1EF; }

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

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

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

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

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

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

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

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