Html Css Color HEX #C0C8FD Lavender Blue

📋 copy color: '#C0C8FD'

red 192 ◦ green 200 ◦ blue 253

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

Shades of Lavender Blue #C0C8FD

Tints of Lavender Blue #C0C8FD

RGB

 RED value IS 192 (75.39% from 255) = 29.77%

 GREEN value IS 200 (78.52% from 255) = 31.01%

 BLUE value IS 253 (99.22% from 255) = 39.22%

R = 29.77%
G = 31.01%
B = 39.22%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0C8FD (or 0xC0C8FD) is known color: Lavender Blue. HEX triplet: C0, C8 and FD. RGB value is (192,200,253). Sum of RGB (Red+Green+Blue) = 192+200+253=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0C8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C8FD is #3F3702. Grayscale: #CBCBCB. Windows color (decimal): -4142851 or 16632000. OLE color: 16632000.

HSL color Cylindrical-coordinate representation of color #C0C8FD: hue angle of 232.13º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0C8FD is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 200 253 -
CMYK 0.24 0.21 0 0.01
HSL 232.13º 0.94% 0.87% -
HSV(B) 232.13º 0.24% 0.99% -
XYZ 60.12 59.61 101.27 -
YUV 203.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 192 200 253 0.24 0.21 0 0.01 232.13 0.94 0.87
Hex C0 C8 FD 18 15 0 1 E8 5E 57
Octal 300 310 375 30 25 0 1 350 136 127
Binary 11000000 11001000 11111101 11000 10101 0 1 11101000 1011110 1010111

Color Harmonies of #C0C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C8FD

Black with #C0C8FD

Text Example


Text Example

White with #C0C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C8FD; }

 p { color: rgb(192,200,253); }

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

background-color css

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

 a { background-color: rgb(192,200,253); }

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

border-color css

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

 span { border-color: rgb(192,200,253); }

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