Html Css Color HEX #CFDFB1 Reef

📋 copy color: '#CFDFB1'

red 207 ◦ green 223 ◦ blue 177

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

Shades of Reef #CFDFB1

Tints of Reef #CFDFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.16%

R = 34.1%
G = 36.74%
B = 29.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#CFDFB1 (or 0xCFDFB1) is known color: Reef. HEX triplet: CF, DF and B1. RGB value is (207,223,177). Sum of RGB (Red+Green+Blue) = 207+223+177=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 177 (69.53% from 255 or 29.16% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDFB1 is #30204E. Grayscale: #D5D5D5. Windows color (decimal): -3153999 or 11657167. OLE color: 11657167.

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

Color convert

RGB 207 223 177 -
CMYK 0.07 0 0.21 0.13
HSL 80.87º 0.42% 0.78% -
HSV(B) 80.87º 0.21% 0.87% -
XYZ 60.06 69.22 51.79 -
YUV 212.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 207 223 177 0.07 0 0.21 0.13 80.87 0.42 0.78
Hex CF DF B1 7 0 15 D 51 2A 4E
Octal 317 337 261 7 0 25 15 121 52 116
Binary 11001111 11011111 10110001 111 0 10101 1101 1010001 101010 1001110

Color Harmonies of #CFDFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDFB1

Black with #CFDFB1

Text Example


Text Example

White with #CFDFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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