Html Css Color HEX #CCB2EB Perfume

📋 copy color: '#CCB2EB'

red 204 ◦ green 178 ◦ blue 235

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

Shades of Perfume #CCB2EB

Tints of Perfume #CCB2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.09%

R = 33.06%
G = 28.85%
B = 38.09%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCB2EB (or 0xCCB2EB) is known color: Perfume. HEX triplet: CC, B2 and EB. RGB value is (204,178,235). Sum of RGB (Red+Green+Blue) = 204+178+235=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2EB is #334D14. Grayscale: #C0C0C0. Windows color (decimal): -3362069 or 15446732. OLE color: 15446732.

HSL color Cylindrical-coordinate representation of color #CCB2EB: hue angle of 267.37º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCB2EB is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 178 235 -
CMYK 0.13 0.24 0 0.08
HSL 267.37º 0.59% 0.81% -
HSV(B) 267.37º 0.24% 0.92% -
XYZ 55.82 50.68 85.44 -
YUV 192.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 204 178 235 0.13 0.24 0 0.08 267.37 0.59 0.81
Hex CC B2 EB D 18 0 8 10B 3B 51
Octal 314 262 353 15 30 0 10 413 73 121
Binary 11001100 10110010 11101011 1101 11000 0 1000 100001011 111011 1010001

Color Harmonies of #CCB2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2EB

Black with #CCB2EB

Text Example


Text Example

White with #CCB2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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