Html Css Color HEX #CDB4FE Mauve

📋 copy color: '#CDB4FE'

red 205 ◦ green 180 ◦ blue 254

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

Shades of Mauve #CDB4FE

Tints of Mauve #CDB4FE

RGB

 RED value IS 205 (80.47% from 255) = 32.08%

 GREEN value IS 180 (70.7% from 255) = 28.17%

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 32.08%
G = 28.17%
B = 39.75%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CDB4FE (or 0xCDB4FE) is known color: Mauve. HEX triplet: CD, B4 and FE. RGB value is (205,180,254). Sum of RGB (Red+Green+Blue) = 205+180+254=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDB4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB4FE is #324B01. Grayscale: #C3C3C3. Windows color (decimal): -3296002 or 16692429. OLE color: 16692429.

HSL color Cylindrical-coordinate representation of color #CDB4FE: hue angle of 260.27º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDB4FE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 205 180 254 -
CMYK 0.19 0.29 0 0.00
HSL 260.27º 0.97% 0.85% -
HSV(B) 260.27º 0.29% 1% -
XYZ 59.39 52.78 100.82 -
YUV 195.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 205 180 254 0.19 0.29 0 0.00 260.27 0.97 0.85
Hex CD B4 FE 13 1D 0 0 104 61 55
Octal 315 264 376 23 35 0 0 404 141 125
Binary 11001101 10110100 11111110 10011 11101 0 0 100000100 1100001 1010101

Color Harmonies of #CDB4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB4FE

Black with #CDB4FE

Text Example


Text Example

White with #CDB4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB4FE; }

 p { color: rgb(205,180,254); }

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

background-color css

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

 a { background-color: rgb(205,180,254); }

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

border-color css

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

 span { border-color: rgb(205,180,254); }

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