Html Css Color HEX #CFDEA7 Reef

📋 copy color: '#CFDEA7'

red 207 ◦ green 222 ◦ blue 167

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

Shades of Reef #CFDEA7

Tints of Reef #CFDEA7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.25%

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

R = 34.73%
G = 37.25%
B = 28.02%

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

#CFDEA7 (or 0xCFDEA7) is known color: Reef. HEX triplet: CF, DE and A7. RGB value is (207,222,167). Sum of RGB (Red+Green+Blue) = 207+222+167=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 167 (65.62% from 255 or 28.02% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDEA7 is #302158. Grayscale: #D3D3D3. Windows color (decimal): -3154265 or 11001551. OLE color: 11001551.

HSL color Cylindrical-coordinate representation of color #CFDEA7: hue angle of 76.36º degrees, saturation: 0.45, 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 #CFDEA7 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 222 167 -
CMYK 0.07 0 0.25 0.13
HSL 76.36º 0.45% 0.76% -
HSV(B) 76.36º 0.25% 0.87% -
XYZ 58.83 68.3 46.64 -
YUV 211.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 207 222 167 0.07 0 0.25 0.13 76.36 0.45 0.76
Hex CF DE A7 7 0 19 D 4C 2D 4C
Octal 317 336 247 7 0 31 15 114 55 114
Binary 11001111 11011110 10100111 111 0 11001 1101 1001100 101101 1001100

Color Harmonies of #CFDEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEA7

Black with #CFDEA7

Text Example


Text Example

White with #CFDEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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