#CEDEE8

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

Shades of Pattens Blue #CEDEE8

Tints of Pattens Blue #CEDEE8

Color information

#CEDEE8 (or 0xCEDEE8) is unknown color: approx Pattens Blue. HEX triplet: CE, DE and E8. RGB value is (206,222,232). Sum of RGB (Red+Green+Blue) = 206+222+232=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEE8 is #312117. Grayscale: #DADADA. Windows color (decimal): -3219736 or 15261390. OLE color: 15261390.

HSL color Cylindrical-coordinate representation of color #CEDEE8: hue angle of 203.08º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDEE8 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206222232-
CMYK0.110.0400.09
HSL203.08º36.11%85.88%-
HSV(B)203.08º11.21%90.98%-
XYZ66.1471.1986.6-
YUV218.36135.7119.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.21%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 232 (91.02% from 255) = 35.15%
R=31.21%
G=33.64%
B=35.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062222320.110.0400.09203.0836.1185.88
HexCEDEE8B409cb2456
Octal31633635013401131344126
Binary110011101101111011101000101110001001110010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEE8; }

 p { color: rgb(206,222,232); }

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

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

 a { background-color: rgb(206,222,232); }

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

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

 span { border-color: rgb(206,222,232); }

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