Html Css Color HEX #CCB8DF Perfume

📋 copy color: '#CCB8DF'

red 204 ◦ green 184 ◦ blue 223

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

Shades of Perfume #CCB8DF

Tints of Perfume #CCB8DF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.11%

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 33.39%
G = 30.11%
B = 36.5%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCB8DF (or 0xCCB8DF) is known color: Perfume. HEX triplet: CC, B8 and DF. RGB value is (204,184,223). Sum of RGB (Red+Green+Blue) = 204+184+223=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8DF is #334720. Grayscale: #C2C2C2. Windows color (decimal): -3360545 or 14661836. OLE color: 14661836.

HSL color Cylindrical-coordinate representation of color #CCB8DF: hue angle of 270.77º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB8DF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 184 223 -
CMYK 0.09 0.17 0 0.13
HSL 270.77º 0.38% 0.8% -
HSV(B) 270.77º 0.17% 0.87% -
XYZ 55.36 52.45 77.02 -
YUV 194.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 204 184 223 0.09 0.17 0 0.13 270.77 0.38 0.8
Hex CC B8 DF 9 11 0 D 10F 26 50
Octal 314 270 337 11 21 0 15 417 46 120
Binary 11001100 10111000 11011111 1001 10001 0 1101 100001111 100110 1010000

Color Harmonies of #CCB8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB8DF

Black with #CCB8DF

Text Example


Text Example

White with #CCB8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB8DF; }

 p { color: rgb(204,184,223); }

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

background-color css

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

 a { background-color: rgb(204,184,223); }

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

border-color css

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

 span { border-color: rgb(204,184,223); }

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