#CBCEFD

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

Shades of Lavender Blue #CBCEFD

Tints of Lavender Blue #CBCEFD

Color information

#CBCEFD (or 0xCBCEFD) is unknown color: approx Lavender Blue. HEX triplet: CB, CE and FD. RGB value is (203,206,253). Sum of RGB (Red+Green+Blue) = 203+206+253=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEFD is #343102. Grayscale: #D2D2D2. Windows color (decimal): -3420419 or 16633547. OLE color: 16633547.

HSL color Cylindrical-coordinate representation of color #CBCEFD: hue angle of 236.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBCEFD is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203206253-
CMYK0.200.1900.01
HSL236.4º92.59%89.41%-
HSV(B)236.4º19.76%99.22%-
XYZ64.4363.93101.87-
YUV210.46152.01122.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.66%
GREEN value IS 206 (80.86% from 255) = 31.12%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=30.66%
G=31.12%
B=38.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032062530.200.1900.01236.492.5989.41
HexCBCEFD141301ec5d59
Octal313316375242301354135131
Binary1100101111001110111111011010010011011110110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEFD; }

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

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

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

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

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

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

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

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