#CEDDE2

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

Shades of Pattens Blue #CEDDE2

Tints of Pattens Blue #CEDDE2

Color information

#CEDDE2 (or 0xCEDDE2) is unknown color: approx Pattens Blue. HEX triplet: CE, DD and E2. RGB value is (206,221,226). Sum of RGB (Red+Green+Blue) = 206+221+226=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEDDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDE2 is #31221D. Grayscale: #D9D9D9. Windows color (decimal): -3219998 or 14867918. OLE color: 14867918.

HSL color Cylindrical-coordinate representation of color #CEDDE2: hue angle of 195º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDDE2 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206221226-
CMYK0.090.0200.11
HSL195º25.64%84.71%-
HSV(B)195º8.85%88.63%-
XYZ65.0470.3382.1-
YUV217.08133.03120.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 226 (88.67% from 255) = 34.61%
R=31.55%
G=33.84%
B=34.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062212260.090.0200.1119525.6484.71
HexCEDDE2920Bc31a55
Octal31633534211201330332125
Binary1100111011011101111000101001100101111000011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDE2; }

 p { color: rgb(206,221,226); }

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

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

 a { background-color: rgb(206,221,226); }

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

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

 span { border-color: rgb(206,221,226); }

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