Html Css Color HEX #CDB2FC Mauve

📋 copy color: '#CDB2FC'

red 205 ◦ green 178 ◦ blue 252

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

Shades of Mauve #CDB2FC

Tints of Mauve #CDB2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.69%

R = 32.28%
G = 28.03%
B = 39.69%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CDB2FC (or 0xCDB2FC) is known color: Mauve. HEX triplet: CD, B2 and FC. RGB value is (205,178,252). Sum of RGB (Red+Green+Blue) = 205+178+252=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB2FC is #324D03. Grayscale: #C2C2C2. Windows color (decimal): -3296516 or 16560845. OLE color: 16560845.

HSL color Cylindrical-coordinate representation of color #CDB2FC: hue angle of 261.89º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDB2FC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 205 178 252 -
CMYK 0.19 0.29 0 0.01
HSL 261.89º 0.93% 0.84% -
HSV(B) 261.89º 0.29% 0.99% -
XYZ 58.67 51.85 99.01 -
YUV 194.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 205 178 252 0.19 0.29 0 0.01 261.89 0.93 0.84
Hex CD B2 FC 13 1D 0 1 106 5C 54
Octal 315 262 374 23 35 0 1 406 134 124
Binary 11001101 10110010 11111100 10011 11101 0 1 100000110 1011100 1010100

Color Harmonies of #CDB2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB2FC

Black with #CDB2FC

Text Example


Text Example

White with #CDB2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB2FC; }

 p { color: rgb(205,178,252); }

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

background-color css

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

 a { background-color: rgb(205,178,252); }

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

border-color css

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

 span { border-color: rgb(205,178,252); }

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