Html Css Color HEX #CFB2FC Mauve

📋 copy color: '#CFB2FC'

red 207 ◦ green 178 ◦ blue 252

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

Shades of Mauve #CFB2FC

Tints of Mauve #CFB2FC

RGB

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

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

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

R = 32.5%
G = 27.94%
B = 39.56%

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

#CFB2FC (or 0xCFB2FC) is known color: Mauve. HEX triplet: CF, B2 and FC. RGB value is (207,178,252). Sum of RGB (Red+Green+Blue) = 207+178+252=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFB2FC is #304D03. Grayscale: #C2C2C2. Windows color (decimal): -3165444 or 16560847. OLE color: 16560847.

HSL color Cylindrical-coordinate representation of color #CFB2FC: hue angle of 263.51º 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 #CFB2FC is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 178 252 -
CMYK 0.18 0.29 0 0.01
HSL 263.51º 0.93% 0.84% -
HSV(B) 263.51º 0.29% 0.99% -
XYZ 59.22 52.13 99.04 -
YUV 195.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 207 178 252 0.18 0.29 0 0.01 263.51 0.93 0.84
Hex CF B2 FC 12 1D 0 1 108 5C 54
Octal 317 262 374 22 35 0 1 410 134 124
Binary 11001111 10110010 11111100 10010 11101 0 1 100001000 1011100 1010100

Color Harmonies of #CFB2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2FC

Black with #CFB2FC

Text Example


Text Example

White with #CFB2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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