#CEF4CA

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

Shades of Blue Romance #CEF4CA

Tints of Blue Romance #CEF4CA

Color information

#CEF4CA (or 0xCEF4CA) is unknown color: approx Blue Romance. HEX triplet: CE, F4 and CA. RGB value is (206,244,202). Sum of RGB (Red+Green+Blue) = 206+244+202=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF4CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF4CA is #310B35. Grayscale: #E3E3E3. Windows color (decimal): -3214134 or 13300942. OLE color: 13300942.

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

Color convert

RGB206244202-
CMYK0.1600.170.04
HSL114.29º65.62%87.45%-
HSV(B)114.29º17.21%95.69%-
XYZ68.4682.0968.11-
YUV227.85113.41112.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 244 (95.70% from 255) = 37.42%
BLUE value IS 202 (79.30% from 255) = 30.98%
R=31.60%
G=37.42%
B=30.98%

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
Decimal2062442020.1600.170.04114.2965.6287.45
HexCEF4CA100114724257
Octal316364312200214162102127
Binary11001110111101001100101010000010001100111001010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF4CA; }

 p { color: rgb(206,244,202); }

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

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

 a { background-color: rgb(206,244,202); }

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

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

 span { border-color: rgb(206,244,202); }

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