Html Css Color HEX #CCB2FD Mauve

📋 copy color: '#CCB2FD'

red 204 ◦ green 178 ◦ blue 253

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

Shades of Mauve #CCB2FD

Tints of Mauve #CCB2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.03%

 BLUE value IS 253 (99.22% from 255) = 39.84%

R = 32.13%
G = 28.03%
B = 39.84%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCB2FD (or 0xCCB2FD) is known color: Mauve. HEX triplet: CC, B2 and FD. RGB value is (204,178,253). Sum of RGB (Red+Green+Blue) = 204+178+253=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCB2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2FD is #334D02. Grayscale: #C2C2C2. Windows color (decimal): -3362051 or 16626380. OLE color: 16626380.

HSL color Cylindrical-coordinate representation of color #CCB2FD: hue angle of 260.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCB2FD is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 178 253 -
CMYK 0.19 0.30 0 0.01
HSL 260.8º 0.95% 0.85% -
HSV(B) 260.8º 0.3% 0.99% -
XYZ 58.55 51.77 99.84 -
YUV 194.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 204 178 253 0.19 0.30 0 0.01 260.8 0.95 0.85
Hex CC B2 FD 13 1E 0 1 105 5F 55
Octal 314 262 375 23 36 0 1 405 137 125
Binary 11001100 10110010 11111101 10011 11110 0 1 100000101 1011111 1010101

Color Harmonies of #CCB2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2FD

Black with #CCB2FD

Text Example


Text Example

White with #CCB2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2FD; }

 p { color: rgb(204,178,253); }

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

background-color css

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

 a { background-color: rgb(204,178,253); }

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

border-color css

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

 span { border-color: rgb(204,178,253); }

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