#CFE3B2

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

Shades of Reef #CFE3B2

Tints of Reef #CFE3B2

Color information

#CFE3B2 (or 0xCFE3B2) is unknown color: approx Reef. HEX triplet: CF, E3 and B2. RGB value is (207,227,178). Sum of RGB (Red+Green+Blue) = 207+227+178=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE3B2 is #301C4D. Grayscale: #D7D7D7. Windows color (decimal): -3152974 or 11723727. OLE color: 11723727.

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

Color convert

RGB207227178-
CMYK0.0900.220.11
HSL84.49º46.67%79.41%-
HSV(B)84.49º21.59%89.02%-
XYZ61.2471.4252.68-
YUV215.43106.87121.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.82%
GREEN value IS 227 (89.06% from 255) = 37.09%
BLUE value IS 178 (69.92% from 255) = 29.08%
R=33.82%
G=37.09%
B=29.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072271780.0900.220.1184.4946.6779.41
HexCFE3B29016B542f4f
Octal317343262110261312457117
Binary1100111111100011101100101001010110101110101001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE3B2; }

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

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

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

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

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

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

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

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