#CFE8CC

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

Shades of Blue Romance #CFE8CC

Tints of Blue Romance #CFE8CC

Color information

#CFE8CC (or 0xCFE8CC) is unknown color: approx Blue Romance. HEX triplet: CF, E8 and CC. RGB value is (207,232,204). Sum of RGB (Red+Green+Blue) = 207+232+204=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8CC is #301733. Grayscale: #DDDDDD. Windows color (decimal): -3151668 or 13428943. OLE color: 13428943.

HSL color Cylindrical-coordinate representation of color #CFE8CC: hue angle of 113.57º degrees, saturation: 0.38, 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 #CFE8CC is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB207232204-
CMYK0.1100.120.09
HSL113.57º37.84%85.49%-
HSV(B)113.57º12.07%90.98%-
XYZ65.4975.3468.22-
YUV221.33118.22117.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.19%
GREEN value IS 232 (91.02% from 255) = 36.08%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=32.19%
G=36.08%
B=31.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072322040.1100.120.09113.5737.8485.49
HexCFE8CCB0C9722655
Octal317350314130141116246125
Binary110011111110100011001100101101100100111100101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8CC; }

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

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

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

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

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

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

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

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