Html Css Color HEX #CCB2EC Perfume

📋 copy color: '#CCB2EC'

red 204 ◦ green 178 ◦ blue 236

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

Shades of Perfume #CCB2EC

Tints of Perfume #CCB2EC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.8%

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

R = 33.01%
G = 28.8%
B = 38.19%

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

#CCB2EC (or 0xCCB2EC) is known color: Perfume. HEX triplet: CC, B2 and EC. RGB value is (204,178,236). Sum of RGB (Red+Green+Blue) = 204+178+236=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2EC is #334D13. Grayscale: #C0C0C0. Windows color (decimal): -3362068 or 15512268. OLE color: 15512268.

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

Color convert

RGB 204 178 236 -
CMYK 0.14 0.25 0 0.07
HSL 266.9º 0.6% 0.81% -
HSV(B) 266.9º 0.25% 0.93% -
XYZ 55.96 50.73 86.2 -
YUV 192.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 204 178 236 0.14 0.25 0 0.07 266.9 0.6 0.81
Hex CC B2 EC E 19 0 7 10B 3C 51
Octal 314 262 354 16 31 0 7 413 74 121
Binary 11001100 10110010 11101100 1110 11001 0 111 100001011 111100 1010001

Color Harmonies of #CCB2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2EC

Black with #CCB2EC

Text Example


Text Example

White with #CCB2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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