#CDD4FA

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

Shades of Lavender Blue #CDD4FA

Tints of Lavender Blue #CDD4FA

Color information

#CDD4FA (or 0xCDD4FA) is unknown color: approx Lavender Blue. HEX triplet: CD, D4 and FA. RGB value is (205,212,250). Sum of RGB (Red+Green+Blue) = 205+212+250=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4FA is #322B05. Grayscale: #D6D6D6. Windows color (decimal): -3287814 or 16438477. OLE color: 16438477.

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

Color convert

RGB205212250-
CMYK0.180.1500.02
HSL230.67º81.82%89.22%-
HSV(B)230.67º18%98.04%-
XYZ65.9866.9799.89-
YUV214.24148.18121.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.73%
GREEN value IS 212 (83.20% from 255) = 31.78%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=30.73%
G=31.78%
B=37.48%

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
Decimal2052122500.180.1500.02230.6781.8289.22
HexCDD4FA12F02e75259
Octal315324372221702347122131
Binary1100110111010100111110101001011110101110011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4FA; }

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

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

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

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

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

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

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

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