#CEF6CD

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

Shades of Blue Romance #CEF6CD

Tints of Blue Romance #CEF6CD

Color information

#CEF6CD (or 0xCEF6CD) is unknown color: approx Blue Romance. HEX triplet: CE, F6 and CD. RGB value is (206,246,205). Sum of RGB (Red+Green+Blue) = 206+246+205=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6CD is #310932. Grayscale: #E5E5E5. Windows color (decimal): -3213619 or 13498062. OLE color: 13498062.

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

Color convert

RGB206246205-
CMYK0.1600.170.04
HSL118.54º69.49%88.43%-
HSV(B)118.54º16.67%96.47%-
XYZ69.4383.4470.2-
YUV229.37114.25111.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.35%
GREEN value IS 246 (96.48% from 255) = 37.44%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=31.35%
G=37.44%
B=31.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062462050.1600.170.04118.5469.4988.43
HexCEF6CD100114774558
Octal316366315200214167105130
Binary11001110111101101100110110000010001100111011110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6CD; }

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

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

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

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

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

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

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

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