#CDD6FE

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

Shades of Lavender Blue #CDD6FE

Tints of Lavender Blue #CDD6FE

Color information

#CDD6FE (or 0xCDD6FE) is unknown color: approx Lavender Blue. HEX triplet: CD, D6 and FE. RGB value is (205,214,254). Sum of RGB (Red+Green+Blue) = 205+214+254=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDD6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6FE is #322901. Grayscale: #D7D7D7. Windows color (decimal): -3287298 or 16701133. OLE color: 16701133.

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

Color convert

RGB205214254-
CMYK0.190.1600.00
HSL228.98º96.08%90%-
HSV(B)228.98º19.29%99.61%-
XYZ67.1168.23103.4-
YUV215.87149.52120.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.46%
GREEN value IS 214 (83.98% from 255) = 31.80%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=30.46%
G=31.80%
B=37.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052142540.190.1600.00228.9896.0890
HexCDD6FE131000e5605a
Octal315326376232000345140132
Binary1100110111010110111111101001110000001110010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6FE; }

 p { color: rgb(205,214,254); }

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

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

 a { background-color: rgb(205,214,254); }

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

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

 span { border-color: rgb(205,214,254); }

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