Html Css Color HEX #CEADE5 Perfume

📋 copy color: '#CEADE5'

red 206 ◦ green 173 ◦ blue 229

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

Shades of Perfume #CEADE5

Tints of Perfume #CEADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.66%

R = 33.88%
G = 28.45%
B = 37.66%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CEADE5 (or 0xCEADE5) is known color: Perfume. HEX triplet: CE, AD and E5. RGB value is (206,173,229). Sum of RGB (Red+Green+Blue) = 206+173+229=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADE5 is #31521A. Grayscale: #BDBDBD. Windows color (decimal): -3232283 or 15052238. OLE color: 15052238.

HSL color Cylindrical-coordinate representation of color #CEADE5: hue angle of 275.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEADE5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 173 229 -
CMYK 0.10 0.24 0 0.10
HSL 275.36º 0.52% 0.79% -
HSV(B) 275.36º 0.24% 0.9% -
XYZ 54.54 48.67 80.65 -
YUV 189.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 206 173 229 0.10 0.24 0 0.10 275.36 0.52 0.79
Hex CE AD E5 A 18 0 A 113 34 4F
Octal 316 255 345 12 30 0 12 423 64 117
Binary 11001110 10101101 11100101 1010 11000 0 1010 100010011 110100 1001111

Color Harmonies of #CEADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADE5

Black with #CEADE5

Text Example


Text Example

White with #CEADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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