Html Css Color HEX #CFDF9C Reef

📋 copy color: '#CFDF9C'

red 207 ◦ green 223 ◦ blue 156

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

Shades of Reef #CFDF9C

Tints of Reef #CFDF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.62%

R = 35.32%
G = 38.05%
B = 26.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#CFDF9C (or 0xCFDF9C) is known color: Reef. HEX triplet: CF, DF and 9C. RGB value is (207,223,156). Sum of RGB (Red+Green+Blue) = 207+223+156=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDF9C is #302063. Grayscale: #D2D2D2. Windows color (decimal): -3154020 or 10280911. OLE color: 10280911.

HSL color Cylindrical-coordinate representation of color #CFDF9C: hue angle of 74.33º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFDF9C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 223 156 -
CMYK 0.07 0 0.30 0.13
HSL 74.33º 0.51% 0.74% -
HSV(B) 74.33º 0.3% 0.87% -
XYZ 58.12 68.44 41.6 -
YUV 210.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 207 223 156 0.07 0 0.30 0.13 74.33 0.51 0.74
Hex CF DF 9C 7 0 1E D 4A 33 4A
Octal 317 337 234 7 0 36 15 112 63 112
Binary 11001111 11011111 10011100 111 0 11110 1101 1001010 110011 1001010

Color Harmonies of #CFDF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDF9C

Black with #CFDF9C

Text Example


Text Example

White with #CFDF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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