#CDCDF4

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

Shades of Lavender Blue #CDCDF4

Tints of Lavender Blue #CDCDF4

Color information

#CDCDF4 (or 0xCDCDF4) is unknown color: approx Lavender Blue. HEX triplet: CD, CD and F4. RGB value is (205,205,244). Sum of RGB (Red+Green+Blue) = 205+205+244=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDCDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCDF4 is #32320B. Grayscale: #D1D1D1. Windows color (decimal): -3289612 or 16043469. OLE color: 16043469.

HSL color Cylindrical-coordinate representation of color #CDCDF4: hue angle of 240º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDCDF4 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205205244-
CMYK0.160.1600.04
HSL240º63.93%88.04%-
HSV(B)240º15.98%95.69%-
XYZ63.3463.1794.44-
YUV209.45147.5124.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 205 (80.47% from 255) = 31.35%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=31.35%
G=31.35%
B=37.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052052440.160.1600.0424063.9388.04
HexCDCDF4101004f04058
Octal315315364202004360100130
Binary110011011100110111110100100001000001001111000010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDF4; }

 p { color: rgb(205,205,244); }

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

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

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

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

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

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

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