Html Css Color HEX #C4D1FE Lavender Blue

📋 copy color: '#C4D1FE'

red 196 ◦ green 209 ◦ blue 254

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

Shades of Lavender Blue #C4D1FE

Tints of Lavender Blue #C4D1FE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.71%

 BLUE value IS 254 (99.61% from 255) = 38.54%

R = 29.74%
G = 31.71%
B = 38.54%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4D1FE (or 0xC4D1FE) is known color: Lavender Blue. HEX triplet: C4, D1 and FE. RGB value is (196,209,254). Sum of RGB (Red+Green+Blue) = 196+209+254=659 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.74% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D1FE is #3B2E01. Grayscale: #D2D2D2. Windows color (decimal): -3878402 or 16699844. OLE color: 16699844.

HSL color Cylindrical-coordinate representation of color #C4D1FE: hue angle of 226.55º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4D1FE is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 209 254 -
CMYK 0.23 0.18 0 0.00
HSL 226.55º 0.97% 0.88% -
HSV(B) 226.55º 0.23% 1% -
XYZ 63.45 64.49 102.87 -
YUV 210.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 196 209 254 0.23 0.18 0 0.00 226.55 0.97 0.88
Hex C4 D1 FE 17 12 0 0 E3 61 58
Octal 304 321 376 27 22 0 0 343 141 130
Binary 11000100 11010001 11111110 10111 10010 0 0 11100011 1100001 1011000

Color Harmonies of #C4D1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D1FE

Black with #C4D1FE

Text Example


Text Example

White with #C4D1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D1FE; }

 p { color: rgb(196,209,254); }

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

background-color css

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

 a { background-color: rgb(196,209,254); }

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

border-color css

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

 span { border-color: rgb(196,209,254); }

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