Html Css Color HEX #C7CEF7 Lavender Blue

📋 copy color: '#C7CEF7'

red 199 ◦ green 206 ◦ blue 247

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

Shades of Lavender Blue #C7CEF7

Tints of Lavender Blue #C7CEF7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.6%

 BLUE value IS 247 (96.88% from 255) = 37.88%

R = 30.52%
G = 31.6%
B = 37.88%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C7CEF7 (or 0xC7CEF7) is known color: Lavender Blue. HEX triplet: C7, CE and F7. RGB value is (199,206,247). Sum of RGB (Red+Green+Blue) = 199+206+247=652 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.52% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 247 - color contains mainly: blue. Hex color #C7CEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CEF7 is #383108. Grayscale: #D0D0D0. Windows color (decimal): -3682569 or 16240327. OLE color: 16240327.

HSL color Cylindrical-coordinate representation of color #C7CEF7: hue angle of 231.25º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7CEF7 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 199 206 247 -
CMYK 0.19 0.17 0 0.03
HSL 231.25º 0.75% 0.87% -
HSV(B) 231.25º 0.19% 0.97% -
XYZ 62.41 63 96.87 -
YUV 208.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 199 206 247 0.19 0.17 0 0.03 231.25 0.75 0.87
Hex C7 CE F7 13 11 0 3 E7 4B 57
Octal 307 316 367 23 21 0 3 347 113 127
Binary 11000111 11001110 11110111 10011 10001 0 11 11100111 1001011 1010111

Color Harmonies of #C7CEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CEF7

Black with #C7CEF7

Text Example


Text Example

White with #C7CEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CEF7; }

 p { color: rgb(199,206,247); }

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

background-color css

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

 a { background-color: rgb(199,206,247); }

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

border-color css

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

 span { border-color: rgb(199,206,247); }

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