#CDD4FB

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

Shades of Lavender Blue #CDD4FB

Tints of Lavender Blue #CDD4FB

Color information

#CDD4FB (or 0xCDD4FB) is unknown color: approx Lavender Blue. HEX triplet: CD, D4 and FB. RGB value is (205,212,251). Sum of RGB (Red+Green+Blue) = 205+212+251=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDD4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4FB is #322B04. Grayscale: #D6D6D6. Windows color (decimal): -3287813 or 16504013. OLE color: 16504013.

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

Color convert

RGB205212251-
CMYK0.180.1600.02
HSL230.87º85.19%89.41%-
HSV(B)230.87º18.33%98.43%-
XYZ66.1367.03100.72-
YUV214.35148.68121.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 212 (83.20% from 255) = 31.74%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=30.69%
G=31.74%
B=37.57%

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
Decimal2052122510.180.1600.02230.8785.1989.41
HexCDD4FB121002e75559
Octal315324373222002347125131
Binary11001101110101001111101110010100000101110011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4FB; }

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

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

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

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

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

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

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

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