#CBCDF4

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

Shades of Lavender Blue #CBCDF4

Tints of Lavender Blue #CBCDF4

Color information

#CBCDF4 (or 0xCBCDF4) is unknown color: approx Lavender Blue. HEX triplet: CB, CD and F4. RGB value is (203,205,244). Sum of RGB (Red+Green+Blue) = 203+205+244=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 244 (95.70% from 255 or 37.42% from 652); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBCDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCDF4 is #34320B. Grayscale: #D0D0D0. Windows color (decimal): -3420684 or 16043467. OLE color: 16043467.

HSL color Cylindrical-coordinate representation of color #CBCDF4: hue angle of 237.07º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBCDF4 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203205244-
CMYK0.170.1600.04
HSL237.07º65.08%87.65%-
HSV(B)237.07º16.8%95.69%-
XYZ62.7962.8994.42-
YUV208.85147.84123.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 244 (95.70% from 255) = 37.42%
R=31.13%
G=31.44%
B=37.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032052440.170.1600.04237.0765.0887.65
HexCBCDF4111004ed4158
Octal313315364212004355101130
Binary110010111100110111110100100011000001001110110110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCDF4; }

 p { color: rgb(203,205,244); }

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

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

 a { background-color: rgb(203,205,244); }

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

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

 span { border-color: rgb(203,205,244); }

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