#CEADDD

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

Shades of Prelude #CEADDD

Tints of Prelude #CEADDD

Color information

#CEADDD (or 0xCEADDD) is unknown color: approx Prelude. HEX triplet: CE, AD and DD. RGB value is (206,173,221). Sum of RGB (Red+Green+Blue) = 206+173+221=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADDD is #315222. Grayscale: #BCBCBC. Windows color (decimal): -3232291 or 14527950. OLE color: 14527950.

HSL color Cylindrical-coordinate representation of color #CEADDD: hue angle of 281.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEADDD is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206173221-
CMYK0.070.2200.13
HSL281.25º41.38%77.25%-
HSV(B)281.25º21.72%86.67%-
XYZ53.4548.2374.9-
YUV188.34146.43140.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=34.33%
G=28.83%
B=36.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061732210.070.2200.13281.2541.3877.25
HexCEADDD7160D119294d
Octal31625533572601543151115
Binary11001110101011011101110111110110011011000110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADDD; }

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

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

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

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

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

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

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

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