Html Css Color HEX #CEADE8 Perfume

📋 copy color: '#CEADE8'

red 206 ◦ green 173 ◦ blue 232

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

Shades of Perfume #CEADE8

Tints of Perfume #CEADE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.97%

R = 33.72%
G = 28.31%
B = 37.97%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEADE8 (or 0xCEADE8) is known color: Perfume. HEX triplet: CE, AD and E8. RGB value is (206,173,232). Sum of RGB (Red+Green+Blue) = 206+173+232=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADE8 is #315217. Grayscale: #BDBDBD. Windows color (decimal): -3232280 or 15248846. OLE color: 15248846.

HSL color Cylindrical-coordinate representation of color #CEADE8: hue angle of 273.56º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEADE8 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 173 232 -
CMYK 0.11 0.25 0 0.09
HSL 273.56º 0.56% 0.79% -
HSV(B) 273.56º 0.25% 0.91% -
XYZ 54.96 48.84 82.87 -
YUV 189.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 206 173 232 0.11 0.25 0 0.09 273.56 0.56 0.79
Hex CE AD E8 B 19 0 9 112 38 4F
Octal 316 255 350 13 31 0 11 422 70 117
Binary 11001110 10101101 11101000 1011 11001 0 1001 100010010 111000 1001111

Color Harmonies of #CEADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADE8

Black with #CEADE8

Text Example


Text Example

White with #CEADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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