Html Css Color HEX #CCB5E6 Perfume

📋 copy color: '#CCB5E6'

red 204 ◦ green 181 ◦ blue 230

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

Shades of Perfume #CCB5E6

Tints of Perfume #CCB5E6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.43%

 BLUE value IS 230 (90.23% from 255) = 37.4%

R = 33.17%
G = 29.43%
B = 37.4%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCB5E6 (or 0xCCB5E6) is known color: Perfume. HEX triplet: CC, B5 and E6. RGB value is (204,181,230). Sum of RGB (Red+Green+Blue) = 204+181+230=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCB5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB5E6 is #334A19. Grayscale: #C1C1C1. Windows color (decimal): -3361306 or 15119820. OLE color: 15119820.

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

Color convert

RGB 204 181 230 -
CMYK 0.11 0.21 0 0.10
HSL 268.16º 0.49% 0.81% -
HSV(B) 268.16º 0.21% 0.9% -
XYZ 55.71 51.6 81.89 -
YUV 193.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 204 181 230 0.11 0.21 0 0.10 268.16 0.49 0.81
Hex CC B5 E6 B 15 0 A 10C 31 51
Octal 314 265 346 13 25 0 12 414 61 121
Binary 11001100 10110101 11100110 1011 10101 0 1010 100001100 110001 1010001

Color Harmonies of #CCB5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5E6

Black with #CCB5E6

Text Example


Text Example

White with #CCB5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5E6; }

 p { color: rgb(204,181,230); }

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

background-color css

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

 a { background-color: rgb(204,181,230); }

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

border-color css

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

 span { border-color: rgb(204,181,230); }

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