Html Css Color HEX #CEAFEE Perfume

📋 copy color: '#CEAFEE'

red 206 ◦ green 175 ◦ blue 238

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

Shades of Perfume #CEAFEE

Tints of Perfume #CEAFEE

RGB

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

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

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

R = 33.28%
G = 28.27%
B = 38.45%

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

#CEAFEE (or 0xCEAFEE) is known color: Perfume. HEX triplet: CE, AF and EE. RGB value is (206,175,238). Sum of RGB (Red+Green+Blue) = 206+175+238=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEAFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFEE is #315011. Grayscale: #BFBFBF. Windows color (decimal): -3231762 or 15642574. OLE color: 15642574.

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

Color convert

RGB 206 175 238 -
CMYK 0.13 0.26 0 0.07
HSL 269.52º 0.65% 0.81% -
HSV(B) 269.52º 0.26% 0.93% -
XYZ 56.22 49.95 87.57 -
YUV 191.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 206 175 238 0.13 0.26 0 0.07 269.52 0.65 0.81
Hex CE AF EE D 1A 0 7 10E 41 51
Octal 316 257 356 15 32 0 7 416 101 121
Binary 11001110 10101111 11101110 1101 11010 0 111 100001110 1000001 1010001

Color Harmonies of #CEAFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAFEE

Black with #CEAFEE

Text Example


Text Example

White with #CEAFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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