#CEF8CD

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

Shades of Blue Romance #CEF8CD

Tints of Blue Romance #CEF8CD

Color information

#CEF8CD (or 0xCEF8CD) is unknown color: approx Blue Romance. HEX triplet: CE, F8 and CD. RGB value is (206,248,205). Sum of RGB (Red+Green+Blue) = 206+248+205=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8CD is #310732. Grayscale: #E6E6E6. Windows color (decimal): -3213107 or 13498574. OLE color: 13498574.

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

Color convert

RGB206248205-
CMYK0.1700.170.03
HSL118.6º75.44%88.82%-
HSV(B)118.6º17.34%97.25%-
XYZ70.0484.6670.41-
YUV230.54113.59110.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.26%
GREEN value IS 248 (97.27% from 255) = 37.63%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=31.26%
G=37.63%
B=31.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062482050.1700.170.03118.675.4488.82
HexCEF8CD110113774b59
Octal316370315210213167113131
Binary1100111011111000110011011000101000111111011110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8CD; }

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

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

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

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

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

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

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

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