Html Css Color HEX #CFEBAB Reef

📋 copy color: '#CFEBAB'

red 207 ◦ green 235 ◦ blue 171

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

Shades of Reef #CFEBAB

Tints of Reef #CFEBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.9%

R = 33.77%
G = 38.34%
B = 27.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#CFEBAB (or 0xCFEBAB) is known color: Reef. HEX triplet: CF, EB and AB. RGB value is (207,235,171). Sum of RGB (Red+Green+Blue) = 207+235+171=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBAB is #301454. Grayscale: #DBDBDB. Windows color (decimal): -3150933 or 11267023. OLE color: 11267023.

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

Color convert

RGB 207 235 171 -
CMYK 0.12 0 0.27 0.08
HSL 86.25º 0.62% 0.8% -
HSV(B) 86.25º 0.27% 0.92% -
XYZ 62.79 75.62 49.82 -
YUV 219.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 207 235 171 0.12 0 0.27 0.08 86.25 0.62 0.8
Hex CF EB AB C 0 1B 8 56 3E 50
Octal 317 353 253 14 0 33 10 126 76 120
Binary 11001111 11101011 10101011 1100 0 11011 1000 1010110 111110 1010000

Color Harmonies of #CFEBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEBAB

Black with #CFEBAB

Text Example


Text Example

White with #CFEBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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