#CDE2EB

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

Shades of Pattens Blue #CDE2EB

Tints of Pattens Blue #CDE2EB

Color information

#CDE2EB (or 0xCDE2EB) is unknown color: approx Pattens Blue. HEX triplet: CD, E2 and EB. RGB value is (205,226,235). Sum of RGB (Red+Green+Blue) = 205+226+235=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2EB is #321D14. Grayscale: #DCDCDC. Windows color (decimal): -3284245 or 15459021. OLE color: 15459021.

HSL color Cylindrical-coordinate representation of color #CDE2EB: hue angle of 198º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDE2EB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205226235-
CMYK0.130.0400.08
HSL198º42.86%86.27%-
HSV(B)198º12.77%92.16%-
XYZ67.3773.3789.21-
YUV220.75136.04116.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.78%
GREEN value IS 226 (88.67% from 255) = 33.93%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=30.78%
G=33.93%
B=35.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052262350.130.0400.0819842.8686.27
HexCDE2EBD408c62b56
Octal31534235315401030653126
Binary110011011110001011101011110110001000110001101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2EB; }

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

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

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

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

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

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

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

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