Html Css Color HEX #CFE7AF Reef

📋 copy color: '#CFE7AF'

red 207 ◦ green 231 ◦ blue 175

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

Shades of Reef #CFE7AF

Tints of Reef #CFE7AF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.68%

 BLUE value IS 175 (68.75% from 255) = 28.55%

R = 33.77%
G = 37.68%
B = 28.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#CFE7AF (or 0xCFE7AF) is known color: Reef. HEX triplet: CF, E7 and AF. RGB value is (207,231,175). Sum of RGB (Red+Green+Blue) = 207+231+175=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE7AF is #301850. Grayscale: #D9D9D9. Windows color (decimal): -3151953 or 11528143. OLE color: 11528143.

HSL color Cylindrical-coordinate representation of color #CFE7AF: hue angle of 85.71º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFE7AF is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 231 175 -
CMYK 0.10 0 0.24 0.09
HSL 85.71º 0.54% 0.8% -
HSV(B) 85.71º 0.24% 0.91% -
XYZ 62.05 73.51 51.48 -
YUV 217.44 104.05 120.55 -
System Red Green Blue C M Y K H S L
Decimal 207 231 175 0.10 0 0.24 0.09 85.71 0.54 0.8
Hex CF E7 AF A 0 18 9 56 36 50
Octal 317 347 257 12 0 30 11 126 66 120
Binary 11001111 11100111 10101111 1010 0 11000 1001 1010110 110110 1010000

Color Harmonies of #CFE7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE7AF

Black with #CFE7AF

Text Example


Text Example

White with #CFE7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE7AF; }

 p { color: rgb(207,231,175); }

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

background-color css

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

 a { background-color: rgb(207,231,175); }

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

border-color css

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

 span { border-color: rgb(207,231,175); }

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