#CFEFCE

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

Shades of Blue Romance #CFEFCE

Tints of Blue Romance #CFEFCE

Color information

#CFEFCE (or 0xCFEFCE) is unknown color: approx Blue Romance. HEX triplet: CF, EF and CE. RGB value is (207,239,206). Sum of RGB (Red+Green+Blue) = 207+239+206=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFCE is #301031. Grayscale: #E1E1E1. Windows color (decimal): -3149874 or 13561807. OLE color: 13561807.

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

Color convert

RGB207239206-
CMYK0.1300.140.06
HSL118.18º50.77%87.25%-
HSV(B)118.18º13.81%93.73%-
XYZ67.7479.4570.16-
YUV225.67116.9114.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 206 (80.86% from 255) = 31.60%
R=31.75%
G=36.66%
B=31.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392060.1300.140.06118.1850.7787.25
HexCFEFCED0E6763357
Octal31735731615016616663127
Binary11001111111011111100111011010111011011101101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFCE; }

 p { color: rgb(207,239,206); }

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

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

 a { background-color: rgb(207,239,206); }

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

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

 span { border-color: rgb(207,239,206); }

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