Html Css Color HEX #C3D1FE Lavender Blue

📋 copy color: '#C3D1FE'

red 195 ◦ green 209 ◦ blue 254

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

Shades of Lavender Blue #C3D1FE

Tints of Lavender Blue #C3D1FE

RGB

 RED value IS 195 (76.56% from 255) = 29.64%

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

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

R = 29.64%
G = 31.76%
B = 38.6%

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

#C3D1FE (or 0xC3D1FE) is known color: Lavender Blue. HEX triplet: C3, D1 and FE. RGB value is (195,209,254). Sum of RGB (Red+Green+Blue) = 195+209+254=658 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.64% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D1FE is #3C2E01. Grayscale: #D1D1D1. Windows color (decimal): -3943938 or 16699843. OLE color: 16699843.

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

Color convert

RGB 195 209 254 -
CMYK 0.23 0.18 0 0.00
HSL 225.76º 0.97% 0.88% -
HSV(B) 225.76º 0.23% 1% -
XYZ 63.2 64.36 102.86 -
YUV 209.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 195 209 254 0.23 0.18 0 0.00 225.76 0.97 0.88
Hex C3 D1 FE 17 12 0 0 E2 61 58
Octal 303 321 376 27 22 0 0 342 141 130
Binary 11000011 11010001 11111110 10111 10010 0 0 11100010 1100001 1011000

Color Harmonies of #C3D1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D1FE

Black with #C3D1FE

Text Example


Text Example

White with #C3D1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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