Html Css Color HEX #C4C2FC Lavender Blue

📋 copy color: '#C4C2FC'

red 196 ◦ green 194 ◦ blue 252

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

Shades of Lavender Blue #C4C2FC

Tints of Lavender Blue #C4C2FC

RGB

 RED value IS 196 (76.95% from 255) = 30.53%

 GREEN value IS 194 (76.17% from 255) = 30.22%

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

R = 30.53%
G = 30.22%
B = 39.25%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C4C2FC (or 0xC4C2FC) is known color: Lavender Blue. HEX triplet: C4, C2 and FC. RGB value is (196,194,252). Sum of RGB (Red+Green+Blue) = 196+194+252=642 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.53% from 642); Green value is 194 (76.17% from 255 or 30.22% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4C2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C2FC is #3B3D03. Grayscale: #C8C8C8. Windows color (decimal): -3882244 or 16564932. OLE color: 16564932.

HSL color Cylindrical-coordinate representation of color #C4C2FC: hue angle of 242.07º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4C2FC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 194 252 -
CMYK 0.22 0.23 0 0.01
HSL 242.07º 0.91% 0.87% -
HSV(B) 242.07º 0.23% 0.99% -
XYZ 59.63 57.35 100.02 -
YUV 201.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 196 194 252 0.22 0.23 0 0.01 242.07 0.91 0.87
Hex C4 C2 FC 16 17 0 1 F2 5B 57
Octal 304 302 374 26 27 0 1 362 133 127
Binary 11000100 11000010 11111100 10110 10111 0 1 11110010 1011011 1010111

Color Harmonies of #C4C2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C2FC

Black with #C4C2FC

Text Example


Text Example

White with #C4C2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C2FC; }

 p { color: rgb(196,194,252); }

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

background-color css

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

 a { background-color: rgb(196,194,252); }

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

border-color css

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

 span { border-color: rgb(196,194,252); }

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