Html Css Color HEX #CFB4FD Mauve

📋 copy color: '#CFB4FD'

red 207 ◦ green 180 ◦ blue 253

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

Shades of Mauve #CFB4FD

Tints of Mauve #CFB4FD

RGB

 RED value IS 207 (81.25% from 255) = 32.34%

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

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

R = 32.34%
G = 28.13%
B = 39.53%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFB4FD (or 0xCFB4FD) is known color: Mauve. HEX triplet: CF, B4 and FD. RGB value is (207,180,253). Sum of RGB (Red+Green+Blue) = 207+180+253=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFB4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB4FD is #304B02. Grayscale: #C4C4C4. Windows color (decimal): -3164931 or 16626895. OLE color: 16626895.

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

Color convert

RGB 207 180 253 -
CMYK 0.18 0.29 0 0.01
HSL 262.19º 0.95% 0.85% -
HSV(B) 262.19º 0.29% 0.99% -
XYZ 59.78 53 100.01 -
YUV 196.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 207 180 253 0.18 0.29 0 0.01 262.19 0.95 0.85
Hex CF B4 FD 12 1D 0 1 106 5F 55
Octal 317 264 375 22 35 0 1 406 137 125
Binary 11001111 10110100 11111101 10010 11101 0 1 100000110 1011111 1010101

Color Harmonies of #CFB4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4FD

Black with #CFB4FD

Text Example


Text Example

White with #CFB4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4FD; }

 p { color: rgb(207,180,253); }

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

background-color css

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

 a { background-color: rgb(207,180,253); }

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

border-color css

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

 span { border-color: rgb(207,180,253); }

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