#CEDDE7

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

Shades of Pattens Blue #CEDDE7

Tints of Pattens Blue #CEDDE7

Color information

#CEDDE7 (or 0xCEDDE7) is unknown color: approx Pattens Blue. HEX triplet: CE, DD and E7. RGB value is (206,221,231). Sum of RGB (Red+Green+Blue) = 206+221+231=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEDDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDE7 is #312218. Grayscale: #D9D9D9. Windows color (decimal): -3219993 or 15195598. OLE color: 15195598.

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

Color convert

RGB206221231-
CMYK0.110.0400.09
HSL204º34.25%85.69%-
HSV(B)204º10.82%90.59%-
XYZ65.7370.685.76-
YUV217.66135.53119.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.31%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 231 (90.62% from 255) = 35.11%
R=31.31%
G=33.59%
B=35.11%

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
Decimal2062212310.110.0400.0920434.2585.69
HexCEDDE7B409cc2256
Octal31633534713401131442126
Binary110011101101110111100111101110001001110011001000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDDE7; }

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

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

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

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

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

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

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

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