Html Css Color HEX #CEADD5 Prelude

📋 copy color: '#CEADD5'

red 206 ◦ green 173 ◦ blue 213

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

Shades of Prelude #CEADD5

Tints of Prelude #CEADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.98%

R = 34.8%
G = 29.22%
B = 35.98%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CEADD5 (or 0xCEADD5) is known color: Prelude. HEX triplet: CE, AD and D5. RGB value is (206,173,213). Sum of RGB (Red+Green+Blue) = 206+173+213=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADD5 is #31522A. Grayscale: #BBBBBB. Windows color (decimal): -3232299 or 14003662. OLE color: 14003662.

HSL color Cylindrical-coordinate representation of color #CEADD5: hue angle of 289.5º degrees, saturation: 0.32, 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 #CEADD5 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 173 213 -
CMYK 0.03 0.19 0 0.16
HSL 289.5º 0.32% 0.76% -
HSV(B) 289.5º 0.19% 0.84% -
XYZ 52.41 47.81 69.42 -
YUV 187.43 142.43 141.25 -
System Red Green Blue C M Y K H S L
Decimal 206 173 213 0.03 0.19 0 0.16 289.5 0.32 0.76
Hex CE AD D5 3 13 0 10 122 20 4C
Octal 316 255 325 3 23 0 20 442 40 114
Binary 11001110 10101101 11010101 11 10011 0 10000 100100010 100000 1001100

Color Harmonies of #CEADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADD5

Black with #CEADD5

Text Example


Text Example

White with #CEADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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