#CDD7FF

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

Shades of Lavender Blue #CDD7FF

Tints of Lavender Blue #CDD7FF

Color information

#CDD7FF (or 0xCDD7FF) is unknown color: approx Lavender Blue. HEX triplet: CD, D7 and FF. RGB value is (205,215,255). Sum of RGB (Red+Green+Blue) = 205+215+255=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7FF is #322800. Grayscale: #D8D8D8. Windows color (decimal): -3287041 or 16766925. OLE color: 16766925.

HSL color Cylindrical-coordinate representation of color #CDD7FF: hue angle of 228º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDD7FF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205215255-
CMYK0.200.1600
HSL228º100%90.2%-
HSV(B)228º19.61%100%-
XYZ67.5368.8104.33-
YUV216.57149.69119.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 215 (84.38% from 255) = 31.85%
BLUE value IS 255 (100% from 255) = 37.78%
R=30.37%
G=31.85%
B=37.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052152550.200.160022810090.2
HexCDD7FF141000e4645a
Octal315327377242000344144132
Binary1100110111010111111111111010010000001110010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7FF; }

 p { color: rgb(205,215,255); }

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

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

 a { background-color: rgb(205,215,255); }

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

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

 span { border-color: rgb(205,215,255); }

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