Html Css Color HEX #CCB4E9 Perfume

📋 copy color: '#CCB4E9'

red 204 ◦ green 180 ◦ blue 233

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

Shades of Perfume #CCB4E9

Tints of Perfume #CCB4E9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.17%

 BLUE value IS 233 (91.41% from 255) = 37.76%

R = 33.06%
G = 29.17%
B = 37.76%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCB4E9 (or 0xCCB4E9) is known color: Perfume. HEX triplet: CC, B4 and E9. RGB value is (204,180,233). Sum of RGB (Red+Green+Blue) = 204+180+233=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCB4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB4E9 is #334B16. Grayscale: #C1C1C1. Windows color (decimal): -3361559 or 15316172. OLE color: 15316172.

HSL color Cylindrical-coordinate representation of color #CCB4E9: hue angle of 267.17º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB4E9 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 180 233 -
CMYK 0.12 0.23 0 0.09
HSL 267.17º 0.55% 0.81% -
HSV(B) 267.17º 0.23% 0.91% -
XYZ 55.93 51.36 84.06 -
YUV 193.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 204 180 233 0.12 0.23 0 0.09 267.17 0.55 0.81
Hex CC B4 E9 C 17 0 9 10B 37 51
Octal 314 264 351 14 27 0 11 413 67 121
Binary 11001100 10110100 11101001 1100 10111 0 1001 100001011 110111 1010001

Color Harmonies of #CCB4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4E9

Black with #CCB4E9

Text Example


Text Example

White with #CCB4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4E9; }

 p { color: rgb(204,180,233); }

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

background-color css

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

 a { background-color: rgb(204,180,233); }

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

border-color css

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

 span { border-color: rgb(204,180,233); }

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