Html Css Color HEX #CCB1EA Perfume

📋 copy color: '#CCB1EA'

red 204 ◦ green 177 ◦ blue 234

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

Shades of Perfume #CCB1EA

Tints of Perfume #CCB1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.05%

R = 33.17%
G = 28.78%
B = 38.05%

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

#CCB1EA (or 0xCCB1EA) is known color: Perfume. HEX triplet: CC, B1 and EA. RGB value is (204,177,234). Sum of RGB (Red+Green+Blue) = 204+177+234=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCB1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1EA is #334E15. Grayscale: #BFBFBF. Windows color (decimal): -3362326 or 15380940. OLE color: 15380940.

HSL color Cylindrical-coordinate representation of color #CCB1EA: hue angle of 268.42º degrees, saturation: 0.58, 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 #CCB1EA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 177 234 -
CMYK 0.13 0.24 0 0.08
HSL 268.42º 0.58% 0.81% -
HSV(B) 268.42º 0.24% 0.92% -
XYZ 55.48 50.22 84.61 -
YUV 191.57 151.95 136.87 -
System Red Green Blue C M Y K H S L
Decimal 204 177 234 0.13 0.24 0 0.08 268.42 0.58 0.81
Hex CC B1 EA D 18 0 8 10C 3A 51
Octal 314 261 352 15 30 0 10 414 72 121
Binary 11001100 10110001 11101010 1101 11000 0 1000 100001100 111010 1010001

Color Harmonies of #CCB1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1EA

Black with #CCB1EA

Text Example


Text Example

White with #CCB1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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