Html Css Color HEX #C7CBF2 Lavender Blue

📋 copy color: '#C7CBF2'

red 199 ◦ green 203 ◦ blue 242

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

Shades of Lavender Blue #C7CBF2

Tints of Lavender Blue #C7CBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.52%

 BLUE value IS 242 (94.92% from 255) = 37.58%

R = 30.9%
G = 31.52%
B = 37.58%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C7CBF2 (or 0xC7CBF2) is known color: Lavender Blue. HEX triplet: C7, CB and F2. RGB value is (199,203,242). Sum of RGB (Red+Green+Blue) = 199+203+242=644 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.90% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7CBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CBF2 is #38340D. Grayscale: #CECECE. Windows color (decimal): -3683342 or 15911879. OLE color: 15911879.

HSL color Cylindrical-coordinate representation of color #C7CBF2: hue angle of 234.42º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7CBF2 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 203 242 -
CMYK 0.18 0.16 0 0.05
HSL 234.42º 0.62% 0.86% -
HSV(B) 234.42º 0.18% 0.95% -
XYZ 60.94 61.26 92.62 -
YUV 206.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 199 203 242 0.18 0.16 0 0.05 234.42 0.62 0.86
Hex C7 CB F2 12 10 0 5 EA 3E 56
Octal 307 313 362 22 20 0 5 352 76 126
Binary 11000111 11001011 11110010 10010 10000 0 101 11101010 111110 1010110

Color Harmonies of #C7CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CBF2

Black with #C7CBF2

Text Example


Text Example

White with #C7CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CBF2; }

 p { color: rgb(199,203,242); }

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

background-color css

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

 a { background-color: rgb(199,203,242); }

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

border-color css

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

 span { border-color: rgb(199,203,242); }

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