Html Css Color HEX #CCABED Perfume

📋 copy color: '#CCABED'

red 204 ◦ green 171 ◦ blue 237

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

Shades of Perfume #CCABED

Tints of Perfume #CCABED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 33.33%
G = 27.94%
B = 38.73%

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

#CCABED (or 0xCCABED) is known color: Perfume. HEX triplet: CC, AB and ED. RGB value is (204,171,237). Sum of RGB (Red+Green+Blue) = 204+171+237=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABED is #335412. Grayscale: #BCBCBC. Windows color (decimal): -3363859 or 15576012. OLE color: 15576012.

HSL color Cylindrical-coordinate representation of color #CCABED: hue angle of 270º degrees, saturation: 0.65, 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 #CCABED is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 171 237 -
CMYK 0.14 0.28 0 0.07
HSL 270º 0.65% 0.8% -
HSV(B) 270º 0.28% 0.93% -
XYZ 54.75 48.08 86.52 -
YUV 188.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 204 171 237 0.14 0.28 0 0.07 270 0.65 0.8
Hex CC AB ED E 1C 0 7 10E 41 50
Octal 314 253 355 16 34 0 7 416 101 120
Binary 11001100 10101011 11101101 1110 11100 0 111 100001110 1000001 1010000

Color Harmonies of #CCABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABED

Black with #CCABED

Text Example


Text Example

White with #CCABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABED; }

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

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

background-color css

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

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

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

border-color css

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

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

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