#CDCFF8

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

Shades of Lavender Blue #CDCFF8

Tints of Lavender Blue #CDCFF8

Color information

#CDCFF8 (or 0xCDCFF8) is unknown color: approx Lavender Blue. HEX triplet: CD, CF and F8. RGB value is (205,207,248). Sum of RGB (Red+Green+Blue) = 205+207+248=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDCFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCFF8 is #323007. Grayscale: #D2D2D2. Windows color (decimal): -3289096 or 16306125. OLE color: 16306125.

HSL color Cylindrical-coordinate representation of color #CDCFF8: hue angle of 237.21º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDCFF8 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205207248-
CMYK0.170.1700.03
HSL237.21º75.44%88.82%-
HSV(B)237.21º17.34%97.25%-
XYZ64.4364.3897.84-
YUV211.08148.84123.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 248 (97.27% from 255) = 37.58%
R=31.06%
G=31.36%
B=37.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052072480.170.1700.03237.2175.4488.82
HexCDCFF8111103ed4b59
Octal315317370212103355113131
Binary11001101110011111111100010001100010111110110110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCFF8; }

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

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

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

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

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

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

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

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