Html Css Color HEX #CCABEF Perfume

📋 copy color: '#CCABEF'

red 204 ◦ green 171 ◦ blue 239

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

Shades of Perfume #CCABEF

Tints of Perfume #CCABEF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.85%

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

R = 33.22%
G = 27.85%
B = 38.93%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCABEF (or 0xCCABEF) is known color: Perfume. HEX triplet: CC, AB and EF. RGB value is (204,171,239). Sum of RGB (Red+Green+Blue) = 204+171+239=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABEF is #335410. Grayscale: #BCBCBC. Windows color (decimal): -3363857 or 15707084. OLE color: 15707084.

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

Color convert

RGB 204 171 239 -
CMYK 0.15 0.28 0 0.06
HSL 269.12º 0.68% 0.8% -
HSV(B) 269.12º 0.28% 0.94% -
XYZ 55.04 48.2 88.06 -
YUV 188.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 204 171 239 0.15 0.28 0 0.06 269.12 0.68 0.8
Hex CC AB EF F 1C 0 6 10D 44 50
Octal 314 253 357 17 34 0 6 415 104 120
Binary 11001100 10101011 11101111 1111 11100 0 110 100001101 1000100 1010000

Color Harmonies of #CCABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABEF

Black with #CCABEF

Text Example


Text Example

White with #CCABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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