Html Css Color HEX #CEADDE Prelude

📋 copy color: '#CEADDE'

red 206 ◦ green 173 ◦ blue 222

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

Shades of Prelude #CEADDE

Tints of Prelude #CEADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.94%

R = 34.28%
G = 28.79%
B = 36.94%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CEADDE (or 0xCEADDE) is known color: Prelude. HEX triplet: CE, AD and DE. RGB value is (206,173,222). Sum of RGB (Red+Green+Blue) = 206+173+222=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADDE is #315221. Grayscale: #BCBCBC. Windows color (decimal): -3232290 or 14593486. OLE color: 14593486.

HSL color Cylindrical-coordinate representation of color #CEADDE: hue angle of 280.41º degrees, saturation: 0.43, 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 #CEADDE is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 173 222 -
CMYK 0.07 0.22 0 0.13
HSL 280.41º 0.43% 0.77% -
HSV(B) 280.41º 0.22% 0.87% -
XYZ 53.58 48.28 75.6 -
YUV 188.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 206 173 222 0.07 0.22 0 0.13 280.41 0.43 0.77
Hex CE AD DE 7 16 0 D 118 2B 4D
Octal 316 255 336 7 26 0 15 430 53 115
Binary 11001110 10101101 11011110 111 10110 0 1101 100011000 101011 1001101

Color Harmonies of #CEADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADDE

Black with #CEADDE

Text Example


Text Example

White with #CEADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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