Html Css Color HEX #CEAEEC Perfume

📋 copy color: '#CEAEEC'

red 206 ◦ green 174 ◦ blue 236

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

Shades of Perfume #CEAEEC

Tints of Perfume #CEAEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.25%

 BLUE value IS 236 (92.58% from 255) = 38.31%

R = 33.44%
G = 28.25%
B = 38.31%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEAEEC (or 0xCEAEEC) is known color: Perfume. HEX triplet: CE, AE and EC. RGB value is (206,174,236). Sum of RGB (Red+Green+Blue) = 206+174+236=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEEC is #315113. Grayscale: #BEBEBE. Windows color (decimal): -3232020 or 15511246. OLE color: 15511246.

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

Color convert

RGB 206 174 236 -
CMYK 0.13 0.26 0 0.07
HSL 270.97º 0.62% 0.8% -
HSV(B) 270.97º 0.26% 0.93% -
XYZ 55.73 49.45 85.96 -
YUV 190.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 206 174 236 0.13 0.26 0 0.07 270.97 0.62 0.8
Hex CE AE EC D 1A 0 7 10F 3E 50
Octal 316 256 354 15 32 0 7 417 76 120
Binary 11001110 10101110 11101100 1101 11010 0 111 100001111 111110 1010000

Color Harmonies of #CEAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAEEC

Black with #CEAEEC

Text Example


Text Example

White with #CEAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAEEC; }

 p { color: rgb(206,174,236); }

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

background-color css

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

 a { background-color: rgb(206,174,236); }

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

border-color css

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

 span { border-color: rgb(206,174,236); }

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