Html Css Color HEX #CCB1E0 Perfume

📋 copy color: '#CCB1E0'

red 204 ◦ green 177 ◦ blue 224

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

Shades of Perfume #CCB1E0

Tints of Perfume #CCB1E0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.26%

 BLUE value IS 224 (87.89% from 255) = 37.02%

R = 33.72%
G = 29.26%
B = 37.02%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCB1E0 (or 0xCCB1E0) is known color: Perfume. HEX triplet: CC, B1 and E0. RGB value is (204,177,224). Sum of RGB (Red+Green+Blue) = 204+177+224=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCB1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1E0 is #334E1F. Grayscale: #BEBEBE. Windows color (decimal): -3362336 or 14725580. OLE color: 14725580.

HSL color Cylindrical-coordinate representation of color #CCB1E0: hue angle of 274.47º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCB1E0 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 177 224 -
CMYK 0.09 0.21 0 0.12
HSL 274.47º 0.43% 0.79% -
HSV(B) 274.47º 0.21% 0.88% -
XYZ 54.08 49.66 77.26 -
YUV 190.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 204 177 224 0.09 0.21 0 0.12 274.47 0.43 0.79
Hex CC B1 E0 9 15 0 C 112 2B 4F
Octal 314 261 340 11 25 0 14 422 53 117
Binary 11001100 10110001 11100000 1001 10101 0 1100 100010010 101011 1001111

Color Harmonies of #CCB1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1E0

Black with #CCB1E0

Text Example


Text Example

White with #CCB1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1E0; }

 p { color: rgb(204,177,224); }

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

background-color css

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

 a { background-color: rgb(204,177,224); }

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

border-color css

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

 span { border-color: rgb(204,177,224); }

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