#CDD0FA

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

Shades of Lavender Blue #CDD0FA

Tints of Lavender Blue #CDD0FA

Color information

#CDD0FA (or 0xCDD0FA) is unknown color: approx Lavender Blue. HEX triplet: CD, D0 and FA. RGB value is (205,208,250). Sum of RGB (Red+Green+Blue) = 205+208+250=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDD0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0FA is #322F05. Grayscale: #D3D3D3. Windows color (decimal): -3288838 or 16437453. OLE color: 16437453.

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

Color convert

RGB205208250-
CMYK0.180.1700.02
HSL236º81.82%89.22%-
HSV(B)236º18%98.04%-
XYZ64.9964.9999.56-
YUV211.89149.51123.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.92%
GREEN value IS 208 (81.64% from 255) = 31.37%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=30.92%
G=31.37%
B=37.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052082500.180.1700.0223681.8289.22
HexCDD0FA121102ec5259
Octal315320372222102354122131
Binary11001101110100001111101010010100010101110110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0FA; }

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

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

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

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

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

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

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

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