#CFE7CC

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

Shades of Blue Romance #CFE7CC

Tints of Blue Romance #CFE7CC

Color information

#CFE7CC (or 0xCFE7CC) is unknown color: approx Blue Romance. HEX triplet: CF, E7 and CC. RGB value is (207,231,204). Sum of RGB (Red+Green+Blue) = 207+231+204=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7CC is #301833. Grayscale: #DCDCDC. Windows color (decimal): -3151924 or 13428687. OLE color: 13428687.

HSL color Cylindrical-coordinate representation of color #CFE7CC: hue angle of 113.33º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE7CC is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB207231204-
CMYK0.1000.120.09
HSL113.33º36%85.29%-
HSV(B)113.33º11.69%90.59%-
XYZ65.2174.7868.12-
YUV220.75118.55118.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 231 (90.62% from 255) = 35.98%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=32.24%
G=35.98%
B=31.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072312040.1000.120.09113.333685.29
HexCFE7CCA0C9712455
Octal317347314120141116144125
Binary110011111110011111001100101001100100111100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7CC; }

 p { color: rgb(207,231,204); }

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

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

 a { background-color: rgb(207,231,204); }

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

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

 span { border-color: rgb(207,231,204); }

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