Html Css Color HEX #CFDFA7 Reef

📋 copy color: '#CFDFA7'

red 207 ◦ green 223 ◦ blue 167

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

Shades of Reef #CFDFA7

Tints of Reef #CFDFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.97%

R = 34.67%
G = 37.35%
B = 27.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#CFDFA7 (or 0xCFDFA7) is known color: Reef. HEX triplet: CF, DF and A7. RGB value is (207,223,167). Sum of RGB (Red+Green+Blue) = 207+223+167=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDFA7 is #302058. Grayscale: #D4D4D4. Windows color (decimal): -3154009 or 11001807. OLE color: 11001807.

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

Color convert

RGB 207 223 167 -
CMYK 0.07 0 0.25 0.13
HSL 77.14º 0.47% 0.76% -
HSV(B) 77.14º 0.25% 0.87% -
XYZ 59.09 68.83 46.73 -
YUV 211.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 207 223 167 0.07 0 0.25 0.13 77.14 0.47 0.76
Hex CF DF A7 7 0 19 D 4D 2F 4C
Octal 317 337 247 7 0 31 15 115 57 114
Binary 11001111 11011111 10100111 111 0 11001 1101 1001101 101111 1001100

Color Harmonies of #CFDFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDFA7

Black with #CFDFA7

Text Example


Text Example

White with #CFDFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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