Html Css Color HEX #CFEBAE Reef

📋 copy color: '#CFEBAE'

red 207 ◦ green 235 ◦ blue 174

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

Shades of Reef #CFEBAE

Tints of Reef #CFEBAE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.15%

 BLUE value IS 174 (68.36% from 255) = 28.25%

R = 33.6%
G = 38.15%
B = 28.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#CFEBAE (or 0xCFEBAE) is known color: Reef. HEX triplet: CF, EB and AE. RGB value is (207,235,174). Sum of RGB (Red+Green+Blue) = 207+235+174=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBAE is #301451. Grayscale: #DBDBDB. Windows color (decimal): -3150930 or 11463631. OLE color: 11463631.

HSL color Cylindrical-coordinate representation of color #CFEBAE: hue angle of 87.54º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFEBAE is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 235 174 -
CMYK 0.12 0 0.26 0.08
HSL 87.54º 0.6% 0.8% -
HSV(B) 87.54º 0.26% 0.92% -
XYZ 63.08 75.74 51.34 -
YUV 219.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 207 235 174 0.12 0 0.26 0.08 87.54 0.6 0.8
Hex CF EB AE C 0 1A 8 58 3C 50
Octal 317 353 256 14 0 32 10 130 74 120
Binary 11001111 11101011 10101110 1100 0 11010 1000 1011000 111100 1010000

Color Harmonies of #CFEBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEBAE

Black with #CFEBAE

Text Example


Text Example

White with #CFEBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEBAE; }

 p { color: rgb(207,235,174); }

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

background-color css

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

 a { background-color: rgb(207,235,174); }

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

border-color css

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

 span { border-color: rgb(207,235,174); }

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