Html Css Color HEX #CCB0E2 Perfume

📋 copy color: '#CCB0E2'

red 204 ◦ green 176 ◦ blue 226

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

Shades of Perfume #CCB0E2

Tints of Perfume #CCB0E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.29%

R = 33.66%
G = 29.04%
B = 37.29%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCB0E2 (or 0xCCB0E2) is known color: Perfume. HEX triplet: CC, B0 and E2. RGB value is (204,176,226). Sum of RGB (Red+Green+Blue) = 204+176+226=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 226 - color contains mainly: blue. Hex color #CCB0E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0E2 is #334F1D. Grayscale: #BDBDBD. Windows color (decimal): -3362590 or 14856396. OLE color: 14856396.

HSL color Cylindrical-coordinate representation of color #CCB0E2: hue angle of 273.6º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCB0E2 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 176 226 -
CMYK 0.10 0.22 0 0.11
HSL 273.6º 0.46% 0.79% -
HSV(B) 273.6º 0.22% 0.89% -
XYZ 54.15 49.38 78.63 -
YUV 190.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 204 176 226 0.10 0.22 0 0.11 273.6 0.46 0.79
Hex CC B0 E2 A 16 0 B 112 2E 4F
Octal 314 260 342 12 26 0 13 422 56 117
Binary 11001100 10110000 11100010 1010 10110 0 1011 100010010 101110 1001111

Color Harmonies of #CCB0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0E2

Black with #CCB0E2

Text Example


Text Example

White with #CCB0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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