Html Css Color HEX #CCB0EF Perfume

📋 copy color: '#CCB0EF'

red 204 ◦ green 176 ◦ blue 239

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

Shades of Perfume #CCB0EF

Tints of Perfume #CCB0EF

RGB

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

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

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

R = 32.96%
G = 28.43%
B = 38.61%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCB0EF (or 0xCCB0EF) is known color: Perfume. HEX triplet: CC, B0 and EF. RGB value is (204,176,239). Sum of RGB (Red+Green+Blue) = 204+176+239=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0EF is #334F10. Grayscale: #BFBFBF. Windows color (decimal): -3362577 or 15708364. OLE color: 15708364.

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

Color convert

RGB 204 176 239 -
CMYK 0.15 0.26 0 0.06
HSL 266.67º 0.66% 0.81% -
HSV(B) 266.67º 0.26% 0.94% -
XYZ 56.01 50.12 88.38 -
YUV 191.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 204 176 239 0.15 0.26 0 0.06 266.67 0.66 0.81
Hex CC B0 EF F 1A 0 6 10B 42 51
Octal 314 260 357 17 32 0 6 413 102 121
Binary 11001100 10110000 11101111 1111 11010 0 110 100001011 1000010 1010001

Color Harmonies of #CCB0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0EF

Black with #CCB0EF

Text Example


Text Example

White with #CCB0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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