Html Css Color HEX #CEADD9 Prelude

📋 copy color: '#CEADD9'

red 206 ◦ green 173 ◦ blue 217

#CEADD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CEADD9

Tints of Prelude #CEADD9

RGB

 RED value IS 206 (80.86% from 255) = 34.56%

 GREEN value IS 173 (67.97% from 255) = 29.03%

 BLUE value IS 217 (85.16% from 255) = 36.41%

R = 34.56%
G = 29.03%
B = 36.41%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CEADD9 (or 0xCEADD9) is known color: Prelude. HEX triplet: CE, AD and D9. RGB value is (206,173,217). Sum of RGB (Red+Green+Blue) = 206+173+217=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADD9 is #315226. Grayscale: #BBBBBB. Windows color (decimal): -3232295 or 14265806. OLE color: 14265806.

HSL color Cylindrical-coordinate representation of color #CEADD9: hue angle of 285º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEADD9 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 173 217 -
CMYK 0.05 0.20 0 0.15
HSL 285º 0.37% 0.76% -
HSV(B) 285º 0.2% 0.85% -
XYZ 52.92 48.02 72.12 -
YUV 187.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 206 173 217 0.05 0.20 0 0.15 285 0.37 0.76
Hex CE AD D9 5 14 0 F 11D 25 4C
Octal 316 255 331 5 24 0 17 435 45 114
Binary 11001110 10101101 11011001 101 10100 0 1111 100011101 100101 1001100

Color Harmonies of #CEADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADD9

Black with #CEADD9

Text Example


Text Example

White with #CEADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADD9; }

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

 H1.HeaderClassName
 {
   color: #CEADD9;
 }
 .AnyTagClassName
 {
   color: #CEADD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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