#CBD4FD

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

Shades of Lavender Blue #CBD4FD

Tints of Lavender Blue #CBD4FD

Color information

#CBD4FD (or 0xCBD4FD) is unknown color: approx Lavender Blue. HEX triplet: CB, D4 and FD. RGB value is (203,212,253). Sum of RGB (Red+Green+Blue) = 203+212+253=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD4FD is #342B02. Grayscale: #D5D5D5. Windows color (decimal): -3418883 or 16635083. OLE color: 16635083.

HSL color Cylindrical-coordinate representation of color #CBD4FD: hue angle of 229.2º 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 #CBD4FD is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203212253-
CMYK0.200.1600.01
HSL229.2º92.59%89.41%-
HSV(B)229.2º19.76%99.22%-
XYZ65.966.88102.36-
YUV213.98150.02120.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.39%
GREEN value IS 212 (83.20% from 255) = 31.74%
BLUE value IS 253 (99.22% from 255) = 37.87%
R=30.39%
G=31.74%
B=37.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032122530.200.1600.01229.292.5989.41
HexCBD4FD141001e55d59
Octal313324375242001345135131
Binary1100101111010100111111011010010000011110010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD4FD; }

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

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

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

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

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

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

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

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