#CEDEE7

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

Shades of Pattens Blue #CEDEE7

Tints of Pattens Blue #CEDEE7

Color information

#CEDEE7 (or 0xCEDEE7) is unknown color: approx Pattens Blue. HEX triplet: CE, DE and E7. RGB value is (206,222,231). Sum of RGB (Red+Green+Blue) = 206+222+231=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEE7 is #312118. Grayscale: #DADADA. Windows color (decimal): -3219737 or 15195854. OLE color: 15195854.

HSL color Cylindrical-coordinate representation of color #CEDEE7: hue angle of 201.6º degrees, saturation: 0.34, 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 #CEDEE7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206222231-
CMYK0.110.0400.09
HSL201.6º34.25%85.69%-
HSV(B)201.6º10.82%90.59%-
XYZ6671.1385.85-
YUV218.24135.2119.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.26%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 231 (90.62% from 255) = 35.05%
R=31.26%
G=33.69%
B=35.05%

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
Decimal2062222310.110.0400.09201.634.2585.69
HexCEDEE7B409ca2256
Octal31633634713401131242126
Binary110011101101111011100111101110001001110010101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEE7; }

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

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

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

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

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

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

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

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