#CBD0F7

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

Shades of Lavender Blue #CBD0F7

Tints of Lavender Blue #CBD0F7

Color information

#CBD0F7 (or 0xCBD0F7) is unknown color: approx Lavender Blue. HEX triplet: CB, D0 and F7. RGB value is (203,208,247). Sum of RGB (Red+Green+Blue) = 203+208+247=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBD0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0F7 is #342F08. Grayscale: #D2D2D2. Windows color (decimal): -3419913 or 16240843. OLE color: 16240843.

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

Color convert

RGB203208247-
CMYK0.180.1600.03
HSL233.18º73.33%88.24%-
HSV(B)233.18º17.81%96.86%-
XYZ63.9764.5297.08-
YUV210.95148.34122.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.85%
GREEN value IS 208 (81.64% from 255) = 31.61%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=30.85%
G=31.61%
B=37.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032082470.180.1600.03233.1873.3388.24
HexCBD0F7121003e94958
Octal313320367222003351111130
Binary11001011110100001111011110010100000111110100110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0F7; }

 p { color: rgb(203,208,247); }

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

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

 a { background-color: rgb(203,208,247); }

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

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

 span { border-color: rgb(203,208,247); }

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