Html Css Color HEX #CEADE9 Perfume

📋 copy color: '#CEADE9'

red 206 ◦ green 173 ◦ blue 233

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

Shades of Perfume #CEADE9

Tints of Perfume #CEADE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.07%

R = 33.66%
G = 28.27%
B = 38.07%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEADE9 (or 0xCEADE9) is known color: Perfume. HEX triplet: CE, AD and E9. RGB value is (206,173,233). Sum of RGB (Red+Green+Blue) = 206+173+233=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADE9 is #315216. Grayscale: #BDBDBD. Windows color (decimal): -3232279 or 15314382. OLE color: 15314382.

HSL color Cylindrical-coordinate representation of color #CEADE9: hue angle of 273º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEADE9 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 173 233 -
CMYK 0.12 0.26 0 0.09
HSL 273º 0.58% 0.8% -
HSV(B) 273º 0.26% 0.91% -
XYZ 55.11 48.89 83.62 -
YUV 189.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 206 173 233 0.12 0.26 0 0.09 273 0.58 0.8
Hex CE AD E9 C 1A 0 9 111 3A 50
Octal 316 255 351 14 32 0 11 421 72 120
Binary 11001110 10101101 11101001 1100 11010 0 1001 100010001 111010 1010000

Color Harmonies of #CEADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEADE9

Black with #CEADE9

Text Example


Text Example

White with #CEADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEADE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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