Html Css Color HEX #C1CBF8 Lavender Blue

📋 copy color: '#C1CBF8'

red 193 ◦ green 203 ◦ blue 248

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

Shades of Lavender Blue #C1CBF8

Tints of Lavender Blue #C1CBF8

RGB

 RED value IS 193 (75.78% from 255) = 29.97%

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

 BLUE value IS 248 (97.27% from 255) = 38.51%

R = 29.97%
G = 31.52%
B = 38.51%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C1CBF8 (or 0xC1CBF8) is known color: Lavender Blue. HEX triplet: C1, CB and F8. RGB value is (193,203,248). Sum of RGB (Red+Green+Blue) = 193+203+248=644 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.97% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #C1CBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBF8 is #3E3407. Grayscale: #CCCCCC. Windows color (decimal): -4076552 or 16305089. OLE color: 16305089.

HSL color Cylindrical-coordinate representation of color #C1CBF8: hue angle of 229.09º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1CBF8 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 193 203 248 -
CMYK 0.22 0.18 0 0.03
HSL 229.09º 0.8% 0.86% -
HSV(B) 229.09º 0.22% 0.97% -
XYZ 60.29 60.83 97.37 -
YUV 205.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 193 203 248 0.22 0.18 0 0.03 229.09 0.8 0.86
Hex C1 CB F8 16 12 0 3 E5 50 56
Octal 301 313 370 26 22 0 3 345 120 126
Binary 11000001 11001011 11111000 10110 10010 0 11 11100101 1010000 1010110

Color Harmonies of #C1CBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CBF8

Black with #C1CBF8

Text Example


Text Example

White with #C1CBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CBF8; }

 p { color: rgb(193,203,248); }

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

background-color css

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

 a { background-color: rgb(193,203,248); }

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

border-color css

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

 span { border-color: rgb(193,203,248); }

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