#CEF3CD

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

Shades of Blue Romance #CEF3CD

Tints of Blue Romance #CEF3CD

Color information

#CEF3CD (or 0xCEF3CD) is unknown color: approx Blue Romance. HEX triplet: CE, F3 and CD. RGB value is (206,243,205). Sum of RGB (Red+Green+Blue) = 206+243+205=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3CD is #310C32. Grayscale: #E3E3E3. Windows color (decimal): -3214387 or 13497294. OLE color: 13497294.

HSL color Cylindrical-coordinate representation of color #CEF3CD: hue angle of 118.42º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF3CD is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB206243205-
CMYK0.1500.160.05
HSL118.42º61.29%87.84%-
HSV(B)118.42º15.64%95.29%-
XYZ68.5281.6369.9-
YUV227.6115.24112.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.50%
GREEN value IS 243 (95.31% from 255) = 37.16%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=31.50%
G=37.16%
B=31.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062432050.1500.160.05118.4261.2987.84
HexCEF3CDF0105763d58
Octal31636331517020516675130
Binary110011101111001111001101111101000010111101101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF3CD; }

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

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

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

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

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

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

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

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