Html Css Color HEX #CEAFEB Perfume

📋 copy color: '#CEAFEB'

red 206 ◦ green 175 ◦ blue 235

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

Shades of Perfume #CEAFEB

Tints of Perfume #CEAFEB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.41%

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 33.44%
G = 28.41%
B = 38.15%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CEAFEB (or 0xCEAFEB) is known color: Perfume. HEX triplet: CE, AF and EB. RGB value is (206,175,235). Sum of RGB (Red+Green+Blue) = 206+175+235=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFEB is #315014. Grayscale: #BEBEBE. Windows color (decimal): -3231765 or 15445966. OLE color: 15445966.

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

Color convert

RGB 206 175 235 -
CMYK 0.12 0.26 0 0.08
HSL 271º 0.6% 0.8% -
HSV(B) 271º 0.26% 0.92% -
XYZ 55.78 49.78 85.27 -
YUV 191.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 206 175 235 0.12 0.26 0 0.08 271 0.6 0.8
Hex CE AF EB C 1A 0 8 10F 3C 50
Octal 316 257 353 14 32 0 10 417 74 120
Binary 11001110 10101111 11101011 1100 11010 0 1000 100001111 111100 1010000

Color Harmonies of #CEAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFEB

Black with #CEAFEB

Text Example


Text Example

White with #CEAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFEB; }

 p { color: rgb(206,175,235); }

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

background-color css

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

 a { background-color: rgb(206,175,235); }

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

border-color css

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

 span { border-color: rgb(206,175,235); }

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