#CBD0F9

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

Shades of Lavender Blue #CBD0F9

Tints of Lavender Blue #CBD0F9

Color information

#CBD0F9 (or 0xCBD0F9) is unknown color: approx Lavender Blue. HEX triplet: CB, D0 and F9. RGB value is (203,208,249). Sum of RGB (Red+Green+Blue) = 203+208+249=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBD0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD0F9 is #342F06. Grayscale: #D3D3D3. Windows color (decimal): -3419911 or 16371915. OLE color: 16371915.

HSL color Cylindrical-coordinate representation of color #CBD0F9: hue angle of 233.48º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBD0F9 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203208249-
CMYK0.180.1600.02
HSL233.48º79.31%88.63%-
HSV(B)233.48º18.47%97.65%-
XYZ64.2864.6598.71-
YUV211.18149.34122.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.76%
GREEN value IS 208 (81.64% from 255) = 31.52%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=30.76%
G=31.52%
B=37.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032082490.180.1600.02233.4879.3188.63
HexCBD0F9121002e94f59
Octal313320371222002351117131
Binary11001011110100001111100110010100000101110100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD0F9; }

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

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

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

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

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

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

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

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