#CDCFF9

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

Shades of Lavender Blue #CDCFF9

Tints of Lavender Blue #CDCFF9

Color information

#CDCFF9 (or 0xCDCFF9) is unknown color: approx Lavender Blue. HEX triplet: CD, CF and F9. RGB value is (205,207,249). Sum of RGB (Red+Green+Blue) = 205+207+249=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDCFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCFF9 is #323006. Grayscale: #D3D3D3. Windows color (decimal): -3289095 or 16371661. OLE color: 16371661.

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

Color convert

RGB205207249-
CMYK0.180.1700.02
HSL237.27º78.57%89.02%-
HSV(B)237.27º17.67%97.65%-
XYZ64.5964.4498.66-
YUV211.19149.34123.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 207 (81.25% from 255) = 31.32%
BLUE value IS 249 (97.66% from 255) = 37.67%
R=31.01%
G=31.32%
B=37.67%

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
Decimal2052072490.180.1700.02237.2778.5789.02
HexCDCFF9121102ed4f59
Octal315317371222102355117131
Binary11001101110011111111100110010100010101110110110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFF9; }

 p { color: rgb(205,207,249); }

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

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

 a { background-color: rgb(205,207,249); }

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

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

 span { border-color: rgb(205,207,249); }

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