Html Css Color HEX #CCB0E0 Perfume

📋 copy color: '#CCB0E0'

red 204 ◦ green 176 ◦ blue 224

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

Shades of Perfume #CCB0E0

Tints of Perfume #CCB0E0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.14%

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 33.77%
G = 29.14%
B = 37.09%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCB0E0 (or 0xCCB0E0) is known color: Perfume. HEX triplet: CC, B0 and E0. RGB value is (204,176,224). Sum of RGB (Red+Green+Blue) = 204+176+224=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCB0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0E0 is #334F1F. Grayscale: #BDBDBD. Windows color (decimal): -3362592 or 14725324. OLE color: 14725324.

HSL color Cylindrical-coordinate representation of color #CCB0E0: hue angle of 275º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB0E0 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 176 224 -
CMYK 0.09 0.21 0 0.12
HSL 275º 0.44% 0.78% -
HSV(B) 275º 0.21% 0.88% -
XYZ 53.88 49.27 77.19 -
YUV 189.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 204 176 224 0.09 0.21 0 0.12 275 0.44 0.78
Hex CC B0 E0 9 15 0 C 113 2C 4E
Octal 314 260 340 11 25 0 14 423 54 116
Binary 11001100 10110000 11100000 1001 10101 0 1100 100010011 101100 1001110

Color Harmonies of #CCB0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0E0

Black with #CCB0E0

Text Example


Text Example

White with #CCB0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0E0; }

 p { color: rgb(204,176,224); }

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

background-color css

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

 a { background-color: rgb(204,176,224); }

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

border-color css

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

 span { border-color: rgb(204,176,224); }

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