Html Css Color HEX #CFE0AF Reef

📋 copy color: '#CFE0AF'

red 207 ◦ green 224 ◦ blue 175

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

Shades of Reef #CFE0AF

Tints of Reef #CFE0AF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.96%

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

R = 34.16%
G = 36.96%
B = 28.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#CFE0AF (or 0xCFE0AF) is known color: Reef. HEX triplet: CF, E0 and AF. RGB value is (207,224,175). Sum of RGB (Red+Green+Blue) = 207+224+175=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE0AF is #301F50. Grayscale: #D5D5D5. Windows color (decimal): -3153745 or 11526351. OLE color: 11526351.

HSL color Cylindrical-coordinate representation of color #CFE0AF: hue angle of 80.82º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFE0AF is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 175 -
CMYK 0.08 0 0.22 0.12
HSL 80.82º 0.44% 0.78% -
HSV(B) 80.82º 0.22% 0.88% -
XYZ 60.13 69.67 50.84 -
YUV 213.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 207 224 175 0.08 0 0.22 0.12 80.82 0.44 0.78
Hex CF E0 AF 8 0 16 C 51 2C 4E
Octal 317 340 257 10 0 26 14 121 54 116
Binary 11001111 11100000 10101111 1000 0 10110 1100 1010001 101100 1001110

Color Harmonies of #CFE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE0AF

Black with #CFE0AF

Text Example


Text Example

White with #CFE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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