Html Css Color HEX #CDB2FB Mauve

📋 copy color: '#CDB2FB'

red 205 ◦ green 178 ◦ blue 251

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

Shades of Mauve #CDB2FB

Tints of Mauve #CDB2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.59%

R = 32.33%
G = 28.08%
B = 39.59%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDB2FB (or 0xCDB2FB) is known color: Mauve. HEX triplet: CD, B2 and FB. RGB value is (205,178,251). Sum of RGB (Red+Green+Blue) = 205+178+251=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDB2FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB2FB is #324D04. Grayscale: #C2C2C2. Windows color (decimal): -3296517 or 16495309. OLE color: 16495309.

HSL color Cylindrical-coordinate representation of color #CDB2FB: hue angle of 262.19º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDB2FB is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 178 251 -
CMYK 0.18 0.29 0 0.02
HSL 262.19º 0.9% 0.84% -
HSV(B) 262.19º 0.29% 0.98% -
XYZ 58.51 51.78 98.18 -
YUV 194.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 205 178 251 0.18 0.29 0 0.02 262.19 0.9 0.84
Hex CD B2 FB 12 1D 0 2 106 5A 54
Octal 315 262 373 22 35 0 2 406 132 124
Binary 11001101 10110010 11111011 10010 11101 0 10 100000110 1011010 1010100

Color Harmonies of #CDB2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB2FB

Black with #CDB2FB

Text Example


Text Example

White with #CDB2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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