Html Css Color HEX #CEAAEE Perfume

📋 copy color: '#CEAAEE'

red 206 ◦ green 170 ◦ blue 238

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

Shades of Perfume #CEAAEE

Tints of Perfume #CEAAEE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.69%

 BLUE value IS 238 (93.36% from 255) = 38.76%

R = 33.55%
G = 27.69%
B = 38.76%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEAAEE (or 0xCEAAEE) is known color: Perfume. HEX triplet: CE, AA and EE. RGB value is (206,170,238). Sum of RGB (Red+Green+Blue) = 206+170+238=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAEE is #315511. Grayscale: #BCBCBC. Windows color (decimal): -3233042 or 15641294. OLE color: 15641294.

HSL color Cylindrical-coordinate representation of color #CEAAEE: hue angle of 271.76º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEAAEE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 170 238 -
CMYK 0.13 0.29 0 0.07
HSL 271.76º 0.67% 0.8% -
HSV(B) 271.76º 0.29% 0.93% -
XYZ 55.26 48.04 87.25 -
YUV 188.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 206 170 238 0.13 0.29 0 0.07 271.76 0.67 0.8
Hex CE AA EE D 1D 0 7 110 43 50
Octal 316 252 356 15 35 0 7 420 103 120
Binary 11001110 10101010 11101110 1101 11101 0 111 100010000 1000011 1010000

Color Harmonies of #CEAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAAEE

Black with #CEAAEE

Text Example


Text Example

White with #CEAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAAEE; }

 p { color: rgb(206,170,238); }

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

background-color css

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

 a { background-color: rgb(206,170,238); }

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

border-color css

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

 span { border-color: rgb(206,170,238); }

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