Html Css Color HEX #CCAEEF Perfume

📋 copy color: '#CCAEEF'

red 204 ◦ green 174 ◦ blue 239

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

Shades of Perfume #CCAEEF

Tints of Perfume #CCAEEF

RGB

 RED value IS 204 (80.08% from 255) = 33.06%

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

 BLUE value IS 239 (93.75% from 255) = 38.74%

R = 33.06%
G = 28.2%
B = 38.74%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCAEEF (or 0xCCAEEF) is known color: Perfume. HEX triplet: CC, AE and EF. RGB value is (204,174,239). Sum of RGB (Red+Green+Blue) = 204+174+239=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEEF is #335110. Grayscale: #BEBEBE. Windows color (decimal): -3363089 or 15707852. OLE color: 15707852.

HSL color Cylindrical-coordinate representation of color #CCAEEF: hue angle of 267.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCAEEF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 174 239 -
CMYK 0.15 0.27 0 0.06
HSL 267.69º 0.67% 0.81% -
HSV(B) 267.69º 0.27% 0.94% -
XYZ 55.62 49.34 88.25 -
YUV 190.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 204 174 239 0.15 0.27 0 0.06 267.69 0.67 0.81
Hex CC AE EF F 1B 0 6 10C 43 51
Octal 314 256 357 17 33 0 6 414 103 121
Binary 11001100 10101110 11101111 1111 11011 0 110 100001100 1000011 1010001

Color Harmonies of #CCAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEEF

Black with #CCAEEF

Text Example


Text Example

White with #CCAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEEF; }

 p { color: rgb(204,174,239); }

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

background-color css

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

 a { background-color: rgb(204,174,239); }

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

border-color css

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

 span { border-color: rgb(204,174,239); }

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