Html Css Color HEX #CEADD7 Prelude

📋 copy color: '#CEADD7'

red 206 ◦ green 173 ◦ blue 215

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

Shades of Prelude #CEADD7

Tints of Prelude #CEADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.2%

R = 34.68%
G = 29.12%
B = 36.2%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEADD7 (or 0xCEADD7) is known color: Prelude. HEX triplet: CE, AD and D7. RGB value is (206,173,215). Sum of RGB (Red+Green+Blue) = 206+173+215=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADD7 is #315228. Grayscale: #BBBBBB. Windows color (decimal): -3232297 or 14134734. OLE color: 14134734.

HSL color Cylindrical-coordinate representation of color #CEADD7: hue angle of 287.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEADD7 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 173 215 -
CMYK 0.04 0.20 0 0.16
HSL 287.14º 0.34% 0.76% -
HSV(B) 287.14º 0.2% 0.84% -
XYZ 52.66 47.92 70.76 -
YUV 187.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 206 173 215 0.04 0.20 0 0.16 287.14 0.34 0.76
Hex CE AD D7 4 14 0 10 11F 22 4C
Octal 316 255 327 4 24 0 20 437 42 114
Binary 11001110 10101101 11010111 100 10100 0 10000 100011111 100010 1001100

Color Harmonies of #CEADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADD7

Black with #CEADD7

Text Example


Text Example

White with #CEADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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