Html Css Color HEX #C7D3FF Lavender Blue

📋 copy color: '#C7D3FF'

red 199 ◦ green 211 ◦ blue 255

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

Shades of Lavender Blue #C7D3FF

Tints of Lavender Blue #C7D3FF

RGB

 RED value IS 199 (78.13% from 255) = 29.92%

 GREEN value IS 211 (82.81% from 255) = 31.73%

 BLUE value IS 255 (100% from 255) = 38.35%

R = 29.92%
G = 31.73%
B = 38.35%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7D3FF (or 0xC7D3FF) is known color: Lavender Blue. HEX triplet: C7, D3 and FF. RGB value is (199,211,255). Sum of RGB (Red+Green+Blue) = 199+211+255=665 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.92% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D3FF is #382C00. Grayscale: #D4D4D4. Windows color (decimal): -3681281 or 16765895. OLE color: 16765895.

HSL color Cylindrical-coordinate representation of color #C7D3FF: hue angle of 227.14º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7D3FF is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 211 255 -
CMYK 0.22 0.17 0 0
HSL 227.14º 1% 0.89% -
HSV(B) 227.14º 0.22% 1% -
XYZ 64.9 65.95 103.92 -
YUV 212.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 199 211 255 0.22 0.17 0 0 227.14 1 0.89
Hex C7 D3 FF 16 11 0 0 E3 64 59
Octal 307 323 377 26 21 0 0 343 144 131
Binary 11000111 11010011 11111111 10110 10001 0 0 11100011 1100100 1011001

Color Harmonies of #C7D3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D3FF

Black with #C7D3FF

Text Example


Text Example

White with #C7D3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D3FF; }

 p { color: rgb(199,211,255); }

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

background-color css

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

 a { background-color: rgb(199,211,255); }

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

border-color css

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

 span { border-color: rgb(199,211,255); }

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