Html Css Color HEX #C7CDFA Lavender Blue

📋 copy color: '#C7CDFA'

red 199 ◦ green 205 ◦ blue 250

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

Shades of Lavender Blue #C7CDFA

Tints of Lavender Blue #C7CDFA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.35%

 BLUE value IS 250 (98.05% from 255) = 38.23%

R = 30.43%
G = 31.35%
B = 38.23%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C7CDFA (or 0xC7CDFA) is known color: Lavender Blue. HEX triplet: C7, CD and FA. RGB value is (199,205,250). Sum of RGB (Red+Green+Blue) = 199+205+250=654 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.43% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #C7CDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CDFA is #383205. Grayscale: #D0D0D0. Windows color (decimal): -3682822 or 16436679. OLE color: 16436679.

HSL color Cylindrical-coordinate representation of color #C7CDFA: hue angle of 232.94º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7CDFA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 205 250 -
CMYK 0.20 0.18 0 0.02
HSL 232.94º 0.84% 0.88% -
HSV(B) 232.94º 0.2% 0.98% -
XYZ 62.64 62.71 99.24 -
YUV 208.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 199 205 250 0.20 0.18 0 0.02 232.94 0.84 0.88
Hex C7 CD FA 14 12 0 2 E9 54 58
Octal 307 315 372 24 22 0 2 351 124 130
Binary 11000111 11001101 11111010 10100 10010 0 10 11101001 1010100 1011000

Color Harmonies of #C7CDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CDFA

Black with #C7CDFA

Text Example


Text Example

White with #C7CDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CDFA; }

 p { color: rgb(199,205,250); }

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

background-color css

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

 a { background-color: rgb(199,205,250); }

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

border-color css

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

 span { border-color: rgb(199,205,250); }

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