Html Css Color HEX #CFDF9B Reef

📋 copy color: '#CFDF9B'

red 207 ◦ green 223 ◦ blue 155

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

Shades of Reef #CFDF9B

Tints of Reef #CFDF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.5%

R = 35.38%
G = 38.12%
B = 26.5%

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

#CFDF9B (or 0xCFDF9B) is known color: Reef. HEX triplet: CF, DF and 9B. RGB value is (207,223,155). Sum of RGB (Red+Green+Blue) = 207+223+155=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDF9B is #302064. Grayscale: #D2D2D2. Windows color (decimal): -3154021 or 10215375. OLE color: 10215375.

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

Color convert

RGB 207 223 155 -
CMYK 0.07 0 0.30 0.13
HSL 74.12º 0.52% 0.74% -
HSV(B) 74.12º 0.3% 0.87% -
XYZ 58.04 68.41 41.16 -
YUV 210.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 207 223 155 0.07 0 0.30 0.13 74.12 0.52 0.74
Hex CF DF 9B 7 0 1E D 4A 34 4A
Octal 317 337 233 7 0 36 15 112 64 112
Binary 11001111 11011111 10011011 111 0 11110 1101 1001010 110100 1001010

Color Harmonies of #CFDF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDF9B

Black with #CFDF9B

Text Example


Text Example

White with #CFDF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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