#CDF9CD

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

Shades of Blue Romance #CDF9CD

Tints of Blue Romance #CDF9CD

Color information

#CDF9CD (or 0xCDF9CD) is unknown color: approx Blue Romance. HEX triplet: CD, F9 and CD. RGB value is (205,249,205). Sum of RGB (Red+Green+Blue) = 205+249+205=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF9CD is #320632. Grayscale: #E6E6E6. Windows color (decimal): -3278387 or 13498829. OLE color: 13498829.

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

Color convert

RGB205249205-
CMYK0.1800.180.02
HSL120º78.57%89.02%-
HSV(B)120º17.67%97.65%-
XYZ70.0785.1470.5-
YUV230.83113.42109.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 249 (97.66% from 255) = 37.78%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=31.11%
G=37.78%
B=31.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052492050.1800.180.0212078.5789.02
HexCDF9CD120122784f59
Octal315371315220222170117131
Binary1100110111111001110011011001001001010111100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF9CD; }

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

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

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

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

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

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

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

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