#CECAD1

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

Shades of Prelude #CECAD1

Tints of Prelude #CECAD1

Color information

#CECAD1 (or 0xCECAD1) is unknown color: approx Prelude. HEX triplet: CE, CA and D1. RGB value is (206,202,209). Sum of RGB (Red+Green+Blue) = 206+202+209=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 209 - color contains mainly: blue. Hex color #CECAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAD1 is #31352E. Grayscale: #CBCBCB. Windows color (decimal): -3224879 or 13748942. OLE color: 13748942.

HSL color Cylindrical-coordinate representation of color #CECAD1: hue angle of 274.29º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECAD1 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206202209-
CMYK0.010.0300.18
HSL274.29º7.07%80.59%-
HSV(B)274.29º3.35%81.96%-
XYZ58.0859.9768.83-
YUV203.99130.83129.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 209 (82.03% from 255) = 33.87%
R=33.39%
G=32.74%
B=33.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062022090.010.0300.18274.297.0780.59
HexCECAD113012112751
Octal316312321130224227121
Binary1100111011001010110100011110100101000100101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAD1; }

 p { color: rgb(206,202,209); }

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

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

 a { background-color: rgb(206,202,209); }

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

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

 span { border-color: rgb(206,202,209); }

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