#CDD5FB

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

Shades of Lavender Blue #CDD5FB

Tints of Lavender Blue #CDD5FB

Color information

#CDD5FB (or 0xCDD5FB) is unknown color: approx Lavender Blue. HEX triplet: CD, D5 and FB. RGB value is (205,213,251). Sum of RGB (Red+Green+Blue) = 205+213+251=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDD5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5FB is #322A04. Grayscale: #D6D6D6. Windows color (decimal): -3287557 or 16504269. OLE color: 16504269.

HSL color Cylindrical-coordinate representation of color #CDD5FB: hue angle of 229.57º degrees, saturation: 0.85, 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 #CDD5FB is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205213251-
CMYK0.180.1500.02
HSL229.57º85.19%89.41%-
HSV(B)229.57º18.33%98.43%-
XYZ66.3867.53100.8-
YUV214.94148.35120.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.64%
GREEN value IS 213 (83.59% from 255) = 31.84%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=30.64%
G=31.84%
B=37.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052132510.180.1500.02229.5785.1989.41
HexCDD5FB12F02e65559
Octal315325373221702346125131
Binary1100110111010101111110111001011110101110011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5FB; }

 p { color: rgb(205,213,251); }

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

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

 a { background-color: rgb(205,213,251); }

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

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

 span { border-color: rgb(205,213,251); }

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