Html Css Color HEX #CFE9AC Reef

📋 copy color: '#CFE9AC'

red 207 ◦ green 233 ◦ blue 172

#CFE9AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CFE9AC

Tints of Reef #CFE9AC

RGB

 RED value IS 207 (81.25% from 255) = 33.82%

 GREEN value IS 233 (91.41% from 255) = 38.07%

 BLUE value IS 172 (67.58% from 255) = 28.1%

R = 33.82%
G = 38.07%
B = 28.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#CFE9AC (or 0xCFE9AC) is known color: Reef. HEX triplet: CF, E9 and AC. RGB value is (207,233,172). Sum of RGB (Red+Green+Blue) = 207+233+172=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE9AC is #301653. Grayscale: #DADADA. Windows color (decimal): -3151444 or 11332047. OLE color: 11332047.

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

Color convert

RGB 207 233 172 -
CMYK 0.11 0 0.26 0.09
HSL 85.57º 0.58% 0.79% -
HSV(B) 85.57º 0.26% 0.91% -
XYZ 62.32 74.52 50.13 -
YUV 218.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 207 233 172 0.11 0 0.26 0.09 85.57 0.58 0.79
Hex CF E9 AC B 0 1A 9 56 3A 4F
Octal 317 351 254 13 0 32 11 126 72 117
Binary 11001111 11101001 10101100 1011 0 11010 1001 1010110 111010 1001111

Color Harmonies of #CFE9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE9AC

Black with #CFE9AC

Text Example


Text Example

White with #CFE9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE9AC; }

 p { color: rgb(207,233,172); }

 H1.HeaderClassName
 {
   color: #CFE9AC;
 }
 .AnyTagClassName
 {
   color: #CFE9AC;
 }
</style>

background-color css

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

 a { background-color: rgb(207,233,172); }

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

border-color css

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

 span { border-color: rgb(207,233,172); }

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