Html Css Color HEX #CCB0ED Perfume

📋 copy color: '#CCB0ED'

red 204 ◦ green 176 ◦ blue 237

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

Shades of Perfume #CCB0ED

Tints of Perfume #CCB0ED

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.53%

 BLUE value IS 237 (92.97% from 255) = 38.41%

R = 33.06%
G = 28.53%
B = 38.41%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCB0ED (or 0xCCB0ED) is known color: Perfume. HEX triplet: CC, B0 and ED. RGB value is (204,176,237). Sum of RGB (Red+Green+Blue) = 204+176+237=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB0ED is #334F12. Grayscale: #BFBFBF. Windows color (decimal): -3362579 or 15577292. OLE color: 15577292.

HSL color Cylindrical-coordinate representation of color #CCB0ED: hue angle of 267.54º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB0ED is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 176 237 -
CMYK 0.14 0.26 0 0.07
HSL 267.54º 0.63% 0.81% -
HSV(B) 267.54º 0.26% 0.93% -
XYZ 55.71 50 86.84 -
YUV 191.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 204 176 237 0.14 0.26 0 0.07 267.54 0.63 0.81
Hex CC B0 ED E 1A 0 7 10C 3F 51
Octal 314 260 355 16 32 0 7 414 77 121
Binary 11001100 10110000 11101101 1110 11010 0 111 100001100 111111 1010001

Color Harmonies of #CCB0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0ED

Black with #CCB0ED

Text Example


Text Example

White with #CCB0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0ED; }

 p { color: rgb(204,176,237); }

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

background-color css

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

 a { background-color: rgb(204,176,237); }

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

border-color css

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

 span { border-color: rgb(204,176,237); }

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