Html Css Color HEX #C0CBFD Lavender Blue

📋 copy color: '#C0CBFD'

red 192 ◦ green 203 ◦ blue 253

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

Shades of Lavender Blue #C0CBFD

Tints of Lavender Blue #C0CBFD

RGB

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

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

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

R = 29.63%
G = 31.33%
B = 39.04%

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

#C0CBFD (or 0xC0CBFD) is known color: Lavender Blue. HEX triplet: C0, CB and FD. RGB value is (192,203,253). Sum of RGB (Red+Green+Blue) = 192+203+253=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBFD is #3F3402. Grayscale: #CDCDCD. Windows color (decimal): -4142083 or 16632768. OLE color: 16632768.

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

Color convert

RGB 192 203 253 -
CMYK 0.24 0.20 0 0.01
HSL 229.18º 0.94% 0.87% -
HSV(B) 229.18º 0.24% 0.99% -
XYZ 60.82 61.01 101.5 -
YUV 205.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 192 203 253 0.24 0.20 0 0.01 229.18 0.94 0.87
Hex C0 CB FD 18 14 0 1 E5 5E 57
Octal 300 313 375 30 24 0 1 345 136 127
Binary 11000000 11001011 11111101 11000 10100 0 1 11100101 1011110 1010111

Color Harmonies of #C0CBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBFD

Black with #C0CBFD

Text Example


Text Example

White with #C0CBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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