#CEF0CD

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

Shades of Blue Romance #CEF0CD

Tints of Blue Romance #CEF0CD

Color information

#CEF0CD (or 0xCEF0CD) is unknown color: approx Blue Romance. HEX triplet: CE, F0 and CD. RGB value is (206,240,205). Sum of RGB (Red+Green+Blue) = 206+240+205=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0CD is #310F32. Grayscale: #E1E1E1. Windows color (decimal): -3215155 or 13496526. OLE color: 13496526.

HSL color Cylindrical-coordinate representation of color #CEF0CD: hue angle of 118.29º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF0CD is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB206240205-
CMYK0.1400.150.06
HSL118.29º53.85%87.25%-
HSV(B)118.29º14.58%94.12%-
XYZ67.6379.8569.61-
YUV225.84116.24113.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.64%
GREEN value IS 240 (94.14% from 255) = 36.87%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=31.64%
G=36.87%
B=31.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062402050.1400.150.06118.2953.8587.25
HexCEF0CDE0F6763657
Octal31636031516017616666127
Binary11001110111100001100110111100111111011101101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0CD; }

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

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

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

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

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

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

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

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