Html Css Color HEX #CCB0EC Perfume

📋 copy color: '#CCB0EC'

red 204 ◦ green 176 ◦ blue 236

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

Shades of Perfume #CCB0EC

Tints of Perfume #CCB0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.31%

R = 33.12%
G = 28.57%
B = 38.31%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCB0EC (or 0xCCB0EC) is known color: Perfume. HEX triplet: CC, B0 and EC. RGB value is (204,176,236). Sum of RGB (Red+Green+Blue) = 204+176+236=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0EC is #334F13. Grayscale: #BFBFBF. Windows color (decimal): -3362580 or 15511756. OLE color: 15511756.

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

Color convert

RGB 204 176 236 -
CMYK 0.14 0.25 0 0.07
HSL 268º 0.61% 0.81% -
HSV(B) 268º 0.25% 0.93% -
XYZ 55.57 49.94 86.07 -
YUV 191.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 204 176 236 0.14 0.25 0 0.07 268 0.61 0.81
Hex CC B0 EC E 19 0 7 10C 3D 51
Octal 314 260 354 16 31 0 7 414 75 121
Binary 11001100 10110000 11101100 1110 11001 0 111 100001100 111101 1010001

Color Harmonies of #CCB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0EC

Black with #CCB0EC

Text Example


Text Example

White with #CCB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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