#CDD4FD

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

Shades of Lavender Blue #CDD4FD

Tints of Lavender Blue #CDD4FD

Color information

#CDD4FD (or 0xCDD4FD) is unknown color: approx Lavender Blue. HEX triplet: CD, D4 and FD. RGB value is (205,212,253). Sum of RGB (Red+Green+Blue) = 205+212+253=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4FD is #322B02. Grayscale: #D6D6D6. Windows color (decimal): -3287811 or 16635085. OLE color: 16635085.

HSL color Cylindrical-coordinate representation of color #CDD4FD: hue angle of 231.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD4FD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205212253-
CMYK0.190.1600.01
HSL231.25º92.31%89.8%-
HSV(B)231.25º18.97%99.22%-
XYZ66.4567.16102.39-
YUV214.58149.68121.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.60%
GREEN value IS 212 (83.20% from 255) = 31.64%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=30.60%
G=31.64%
B=37.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052122530.190.1600.01231.2592.3189.8
HexCDD4FD131001e75c5a
Octal315324375232001347134132
Binary1100110111010100111111011001110000011110011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4FD; }

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

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

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

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

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

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

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

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