#CEDCE8

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

Shades of Pattens Blue #CEDCE8

Tints of Pattens Blue #CEDCE8

Color information

#CEDCE8 (or 0xCEDCE8) is unknown color: approx Pattens Blue. HEX triplet: CE, DC and E8. RGB value is (206,220,232). Sum of RGB (Red+Green+Blue) = 206+220+232=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEDCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCE8 is #312317. Grayscale: #D9D9D9. Windows color (decimal): -3220248 or 15260878. OLE color: 15260878.

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

Color convert

RGB206220232-
CMYK0.110.0500.09
HSL207.69º36.11%85.88%-
HSV(B)207.69º11.21%90.98%-
XYZ65.6170.1386.42-
YUV217.18136.36120.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.31%
GREEN value IS 220 (86.33% from 255) = 33.43%
BLUE value IS 232 (91.02% from 255) = 35.26%
R=31.31%
G=33.43%
B=35.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062202320.110.0500.09207.6936.1185.88
HexCEDCE8B509d02456
Octal31633435013501132044126
Binary110011101101110011101000101110101001110100001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCE8; }

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

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

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

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

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

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

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

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