Html Css Color HEX #C0CAFD Lavender Blue

📋 copy color: '#C0CAFD'

red 192 ◦ green 202 ◦ blue 253

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

Shades of Lavender Blue #C0CAFD

Tints of Lavender Blue #C0CAFD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.22%

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

R = 29.68%
G = 31.22%
B = 39.1%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0CAFD (or 0xC0CAFD) is known color: Lavender Blue. HEX triplet: C0, CA and FD. RGB value is (192,202,253). Sum of RGB (Red+Green+Blue) = 192+202+253=647 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.68% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CAFD is #3F3502. Grayscale: #CCCCCC. Windows color (decimal): -4142339 or 16632512. OLE color: 16632512.

HSL color Cylindrical-coordinate representation of color #C0CAFD: hue angle of 230.16º 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 #C0CAFD is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 202 253 -
CMYK 0.24 0.20 0 0.01
HSL 230.16º 0.94% 0.87% -
HSV(B) 230.16º 0.24% 0.99% -
XYZ 60.59 60.54 101.42 -
YUV 204.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 192 202 253 0.24 0.20 0 0.01 230.16 0.94 0.87
Hex C0 CA FD 18 14 0 1 E6 5E 57
Octal 300 312 375 30 24 0 1 346 136 127
Binary 11000000 11001010 11111101 11000 10100 0 1 11100110 1011110 1010111

Color Harmonies of #C0CAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CAFD

Black with #C0CAFD

Text Example


Text Example

White with #C0CAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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