Html Css Color HEX #CCABEE Perfume

📋 copy color: '#CCABEE'

red 204 ◦ green 171 ◦ blue 238

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

Shades of Perfume #CCABEE

Tints of Perfume #CCABEE

RGB

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

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

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

R = 33.28%
G = 27.9%
B = 38.83%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCABEE (or 0xCCABEE) is known color: Perfume. HEX triplet: CC, AB and EE. RGB value is (204,171,238). Sum of RGB (Red+Green+Blue) = 204+171+238=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABEE is #335411. Grayscale: #BCBCBC. Windows color (decimal): -3363858 or 15641548. OLE color: 15641548.

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

Color convert

RGB 204 171 238 -
CMYK 0.14 0.28 0 0.07
HSL 269.55º 0.66% 0.8% -
HSV(B) 269.55º 0.28% 0.93% -
XYZ 54.9 48.14 87.29 -
YUV 188.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 204 171 238 0.14 0.28 0 0.07 269.55 0.66 0.8
Hex CC AB EE E 1C 0 7 10E 42 50
Octal 314 253 356 16 34 0 7 416 102 120
Binary 11001100 10101011 11101110 1110 11100 0 111 100001110 1000010 1010000

Color Harmonies of #CCABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABEE

Black with #CCABEE

Text Example


Text Example

White with #CCABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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