Html Css Color HEX #CCB0E4 Perfume

📋 copy color: '#CCB0E4'

red 204 ◦ green 176 ◦ blue 228

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

Shades of Perfume #CCB0E4

Tints of Perfume #CCB0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.5%

R = 33.55%
G = 28.95%
B = 37.5%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CCB0E4 (or 0xCCB0E4) is known color: Perfume. HEX triplet: CC, B0 and E4. RGB value is (204,176,228). Sum of RGB (Red+Green+Blue) = 204+176+228=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCB0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0E4 is #334F1B. Grayscale: #BEBEBE. Windows color (decimal): -3362588 or 14987468. OLE color: 14987468.

HSL color Cylindrical-coordinate representation of color #CCB0E4: hue angle of 272.31º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCB0E4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 176 228 -
CMYK 0.11 0.23 0 0.11
HSL 272.31º 0.49% 0.79% -
HSV(B) 272.31º 0.23% 0.89% -
XYZ 54.43 49.49 80.08 -
YUV 190.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 204 176 228 0.11 0.23 0 0.11 272.31 0.49 0.79
Hex CC B0 E4 B 17 0 B 110 31 4F
Octal 314 260 344 13 27 0 13 420 61 117
Binary 11001100 10110000 11100100 1011 10111 0 1011 100010000 110001 1001111

Color Harmonies of #CCB0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0E4

Black with #CCB0E4

Text Example


Text Example

White with #CCB0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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