#CFEDCC

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

Shades of Blue Romance #CFEDCC

Tints of Blue Romance #CFEDCC

Color information

#CFEDCC (or 0xCFEDCC) is unknown color: approx Blue Romance. HEX triplet: CF, ED and CC. RGB value is (207,237,204). Sum of RGB (Red+Green+Blue) = 207+237+204=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDCC is #301233. Grayscale: #E0E0E0. Windows color (decimal): -3150388 or 13430223. OLE color: 13430223.

HSL color Cylindrical-coordinate representation of color #CFEDCC: hue angle of 114.55º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEDCC is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB207237204-
CMYK0.1300.140.07
HSL114.55º47.83%86.47%-
HSV(B)114.55º13.92%92.94%-
XYZ66.9278.1968.69-
YUV224.27116.56115.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.94%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=31.94%
G=36.57%
B=31.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072372040.1300.140.07114.5547.8386.47
HexCFEDCCD0E7733056
Octal31735531415016716360126
Binary11001111111011011100110011010111011111100111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDCC; }

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

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

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

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

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

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

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

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