#CFE3B4

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

Shades of Reef #CFE3B4

Tints of Reef #CFE3B4

Color information

#CFE3B4 (or 0xCFE3B4) is unknown color: approx Reef. HEX triplet: CF, E3 and B4. RGB value is (207,227,180). Sum of RGB (Red+Green+Blue) = 207+227+180=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE3B4 is #301C4B. Grayscale: #D7D7D7. Windows color (decimal): -3152972 or 11854799. OLE color: 11854799.

HSL color Cylindrical-coordinate representation of color #CFE3B4: hue angle of 85.53º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFE3B4 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB207227180-
CMYK0.0900.210.11
HSL85.53º45.63%79.8%-
HSV(B)85.53º20.7%89.02%-
XYZ61.4471.553.74-
YUV215.66107.87121.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 227 (89.06% from 255) = 36.97%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=33.71%
G=36.97%
B=29.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072271800.0900.210.1185.5345.6379.8
HexCFE3B49015B562e50
Octal317343264110251312656120
Binary1100111111100011101101001001010101101110101101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE3B4; }

 p { color: rgb(207,227,180); }

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

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

 a { background-color: rgb(207,227,180); }

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

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

 span { border-color: rgb(207,227,180); }

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