Html Css Color HEX #C7CFFF Lavender Blue

📋 copy color: '#C7CFFF'

red 199 ◦ green 207 ◦ blue 255

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

Shades of Lavender Blue #C7CFFF

Tints of Lavender Blue #C7CFFF

RGB

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

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

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

R = 30.11%
G = 31.32%
B = 38.58%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7CFFF (or 0xC7CFFF) is known color: Lavender Blue. HEX triplet: C7, CF and FF. RGB value is (199,207,255). Sum of RGB (Red+Green+Blue) = 199+207+255=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CFFF is #383000. Grayscale: #D1D1D1. Windows color (decimal): -3682305 or 16764871. OLE color: 16764871.

HSL color Cylindrical-coordinate representation of color #C7CFFF: hue angle of 231.43º 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 #C7CFFF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 207 255 -
CMYK 0.22 0.19 0 0
HSL 231.43º 1% 0.89% -
HSV(B) 231.43º 0.22% 1% -
XYZ 63.92 63.99 103.59 -
YUV 210.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 199 207 255 0.22 0.19 0 0 231.43 1 0.89
Hex C7 CF FF 16 13 0 0 E7 64 59
Octal 307 317 377 26 23 0 0 347 144 131
Binary 11000111 11001111 11111111 10110 10011 0 0 11100111 1100100 1011001

Color Harmonies of #C7CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CFFF

Black with #C7CFFF

Text Example


Text Example

White with #C7CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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