Html Css Color HEX #C7CFFE Lavender Blue

📋 copy color: '#C7CFFE'

red 199 ◦ green 207 ◦ blue 254

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

Shades of Lavender Blue #C7CFFE

Tints of Lavender Blue #C7CFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.36%

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

R = 30.15%
G = 31.36%
B = 38.48%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C7CFFE (or 0xC7CFFE) is known color: Lavender Blue. HEX triplet: C7, CF and FE. RGB value is (199,207,254). Sum of RGB (Red+Green+Blue) = 199+207+254=660 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.15% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CFFE is #383001. Grayscale: #D1D1D1. Windows color (decimal): -3682306 or 16699335. OLE color: 16699335.

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

Color convert

RGB 199 207 254 -
CMYK 0.22 0.19 0 0.00
HSL 231.27º 0.96% 0.89% -
HSV(B) 231.27º 0.22% 1% -
XYZ 63.76 63.92 102.74 -
YUV 209.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 199 207 254 0.22 0.19 0 0.00 231.27 0.96 0.89
Hex C7 CF FE 16 13 0 0 E7 60 59
Octal 307 317 376 26 23 0 0 347 140 131
Binary 11000111 11001111 11111110 10110 10011 0 0 11100111 1100000 1011001

Color Harmonies of #C7CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CFFE

Black with #C7CFFE

Text Example


Text Example

White with #C7CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CFFE; }

 p { color: rgb(199,207,254); }

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

background-color css

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

 a { background-color: rgb(199,207,254); }

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

border-color css

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

 span { border-color: rgb(199,207,254); }

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