#CEFDCA

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

Shades of Blue Romance #CEFDCA

Tints of Blue Romance #CEFDCA

Color information

#CEFDCA (or 0xCEFDCA) is unknown color: approx Blue Romance. HEX triplet: CE, FD and CA. RGB value is (206,253,202). Sum of RGB (Red+Green+Blue) = 206+253+202=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDCA is #310235. Grayscale: #E9E9E9. Windows color (decimal): -3211830 or 13303246. OLE color: 13303246.

HSL color Cylindrical-coordinate representation of color #CEFDCA: hue angle of 115.29º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEFDCA is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB206253202-
CMYK0.1900.200.01
HSL115.29º92.73%89.22%-
HSV(B)115.29º20.16%99.22%-
XYZ71.2487.6469.04-
YUV233.13110.43108.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.16%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=31.16%
G=38.28%
B=30.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062532020.1900.200.01115.2992.7389.22
HexCEFDCA130141735d59
Octal316375312230241163135131
Binary110011101111110111001010100110101001111001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDCA; }

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

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

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

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

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

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

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

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