Html Css Color HEX #CCB3E5 Perfume

📋 copy color: '#CCB3E5'

red 204 ◦ green 179 ◦ blue 229

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

Shades of Perfume #CCB3E5

Tints of Perfume #CCB3E5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.25%

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 33.33%
G = 29.25%
B = 37.42%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCB3E5 (or 0xCCB3E5) is known color: Perfume. HEX triplet: CC, B3 and E5. RGB value is (204,179,229). Sum of RGB (Red+Green+Blue) = 204+179+229=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCB3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3E5 is #334C1A. Grayscale: #C0C0C0. Windows color (decimal): -3361819 or 15053772. OLE color: 15053772.

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

Color convert

RGB 204 179 229 -
CMYK 0.11 0.22 0 0.10
HSL 270º 0.49% 0.8% -
HSV(B) 270º 0.22% 0.9% -
XYZ 55.16 50.73 81.01 -
YUV 192.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 204 179 229 0.11 0.22 0 0.10 270 0.49 0.8
Hex CC B3 E5 B 16 0 A 10E 31 50
Octal 314 263 345 13 26 0 12 416 61 120
Binary 11001100 10110011 11100101 1011 10110 0 1010 100001110 110001 1010000

Color Harmonies of #CCB3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB3E5

Black with #CCB3E5

Text Example


Text Example

White with #CCB3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB3E5; }

 p { color: rgb(204,179,229); }

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

background-color css

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

 a { background-color: rgb(204,179,229); }

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

border-color css

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

 span { border-color: rgb(204,179,229); }

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