Html Css Color HEX #CFDFA0 Reef

📋 copy color: '#CFDFA0'

red 207 ◦ green 223 ◦ blue 160

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

Shades of Reef #CFDFA0

Tints of Reef #CFDFA0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.8%

 BLUE value IS 160 (62.89% from 255) = 27.12%

R = 35.08%
G = 37.8%
B = 27.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#CFDFA0 (or 0xCFDFA0) is known color: Reef. HEX triplet: CF, DF and A0. RGB value is (207,223,160). Sum of RGB (Red+Green+Blue) = 207+223+160=590 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.08% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDFA0 is #30205F. Grayscale: #D3D3D3. Windows color (decimal): -3154016 or 10543055. OLE color: 10543055.

HSL color Cylindrical-coordinate representation of color #CFDFA0: hue angle of 75.24º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFDFA0 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 223 160 -
CMYK 0.07 0 0.28 0.13
HSL 75.24º 0.5% 0.75% -
HSV(B) 75.24º 0.28% 0.87% -
XYZ 58.46 68.58 43.41 -
YUV 211.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 207 223 160 0.07 0 0.28 0.13 75.24 0.5 0.75
Hex CF DF A0 7 0 1C D 4B 32 4B
Octal 317 337 240 7 0 34 15 113 62 113
Binary 11001111 11011111 10100000 111 0 11100 1101 1001011 110010 1001011

Color Harmonies of #CFDFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDFA0

Black with #CFDFA0

Text Example


Text Example

White with #CFDFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDFA0; }

 p { color: rgb(207,223,160); }

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

background-color css

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

 a { background-color: rgb(207,223,160); }

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

border-color css

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

 span { border-color: rgb(207,223,160); }

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