#CEDCE5

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

Shades of Pattens Blue #CEDCE5

Tints of Pattens Blue #CEDCE5

Color information

#CEDCE5 (or 0xCEDCE5) is unknown color: approx Pattens Blue. HEX triplet: CE, DC and E5. RGB value is (206,220,229). Sum of RGB (Red+Green+Blue) = 206+220+229=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCE5 is #31231A. Grayscale: #D8D8D8. Windows color (decimal): -3220251 or 15064270. OLE color: 15064270.

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

Color convert

RGB206220229-
CMYK0.100.0400.10
HSL203.48º30.67%85.29%-
HSV(B)203.48º10.04%89.8%-
XYZ65.1969.9784.2-
YUV216.84134.86120.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=31.45%
G=33.59%
B=34.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062202290.100.0400.10203.4830.6785.29
HexCEDCE5A40Acb1f55
Octal31633434512401231337125
Binary11001110110111001110010110101000101011001011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCE5; }

 p { color: rgb(206,220,229); }

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

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

 a { background-color: rgb(206,220,229); }

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

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

 span { border-color: rgb(206,220,229); }

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