#C0D0FF

Color #C0D0FF Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C0D0FF

Tints of Lavender Blue #C0D0FF

Color information

#C0D0FF (or 0xC0D0FF) is unknown color: approx Lavender Blue. HEX triplet: C0, D0 and FF. RGB value is (192,208,255). Sum of RGB (Red+Green+Blue) = 192+208+255=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D0FF is #3F2F00. Grayscale: #D0D0D0. Windows color (decimal): -4140801 or 16765120. OLE color: 16765120.

HSL color Cylindrical-coordinate representation of color #C0D0FF: hue angle of 224.76º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0D0FF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192208255-
CMYK0.250.1800
HSL224.76º100%87.65%-
HSV(B)224.76º24.71%100%-
XYZ62.3463.54103.59-
YUV208.57154.2116.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.31%
GREEN value IS 208 (81.64% from 255) = 31.76%
BLUE value IS 255 (100% from 255) = 38.93%
R=29.31%
G=31.76%
B=38.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922082550.250.1800224.7610087.65
HexC0D0FF191200e16458
Octal300320377312200341144130
Binary1100000011010000111111111100110010001110000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D0FF; }

 p { color: rgb(192,208,255); }

 H1.HeaderClassName
 {
   color: #C0D0FF;
 }
 .AnyTagClassName
 {
   color: #C0D0FF;
 }
</style>
background-color css

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

 a { background-color: rgb(192,208,255); }

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

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

 span { border-color: rgb(192,208,255); }

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