#CEDEE6

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

Shades of Pattens Blue #CEDEE6

Tints of Pattens Blue #CEDEE6

Color information

#CEDEE6 (or 0xCEDEE6) is unknown color: approx Pattens Blue. HEX triplet: CE, DE and E6. RGB value is (206,222,230). Sum of RGB (Red+Green+Blue) = 206+222+230=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEE6 is #312119. Grayscale: #DADADA. Windows color (decimal): -3219738 or 15130318. OLE color: 15130318.

HSL color Cylindrical-coordinate representation of color #CEDEE6: hue angle of 200º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDEE6 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206222230-
CMYK0.100.0300.10
HSL200º32.43%85.49%-
HSV(B)200º10.43%90.2%-
XYZ65.8671.0885.11-
YUV218.13134.7119.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.31%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 230 (90.23% from 255) = 34.95%
R=31.31%
G=33.74%
B=34.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062222300.100.0300.1020032.4385.49
HexCEDEE6A30Ac82055
Octal31633634612301231040125
Binary11001110110111101110011010101101010110010001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEE6; }

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

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

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

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

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

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

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

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