Html Css Color HEX #CEADD6 Prelude

📋 copy color: '#CEADD6'

red 206 ◦ green 173 ◦ blue 214

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

Shades of Prelude #CEADD6

Tints of Prelude #CEADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.09%

R = 34.74%
G = 29.17%
B = 36.09%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEADD6 (or 0xCEADD6) is known color: Prelude. HEX triplet: CE, AD and D6. RGB value is (206,173,214). Sum of RGB (Red+Green+Blue) = 206+173+214=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADD6 is #315229. Grayscale: #BBBBBB. Windows color (decimal): -3232298 or 14069198. OLE color: 14069198.

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

Color convert

RGB 206 173 214 -
CMYK 0.04 0.19 0 0.16
HSL 288.29º 0.33% 0.76% -
HSV(B) 288.29º 0.19% 0.84% -
XYZ 52.53 47.86 70.09 -
YUV 187.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 206 173 214 0.04 0.19 0 0.16 288.29 0.33 0.76
Hex CE AD D6 4 13 0 10 120 21 4C
Octal 316 255 326 4 23 0 20 440 41 114
Binary 11001110 10101101 11010110 100 10011 0 10000 100100000 100001 1001100

Color Harmonies of #CEADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADD6

Black with #CEADD6

Text Example


Text Example

White with #CEADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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