Html Css Color HEX #CFEBA5 Reef

📋 copy color: '#CFEBA5'

red 207 ◦ green 235 ◦ blue 165

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

Shades of Reef #CFEBA5

Tints of Reef #CFEBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.18%

R = 34.1%
G = 38.71%
B = 27.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#CFEBA5 (or 0xCFEBA5) is known color: Reef. HEX triplet: CF, EB and A5. RGB value is (207,235,165). Sum of RGB (Red+Green+Blue) = 207+235+165=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBA5 is #30145A. Grayscale: #DADADA. Windows color (decimal): -3150939 or 10873807. OLE color: 10873807.

HSL color Cylindrical-coordinate representation of color #CFEBA5: hue angle of 84º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFEBA5 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 235 165 -
CMYK 0.12 0 0.30 0.08
HSL 84º 0.64% 0.78% -
HSV(B) 84º 0.3% 0.92% -
XYZ 62.23 75.4 46.87 -
YUV 218.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 207 235 165 0.12 0 0.30 0.08 84 0.64 0.78
Hex CF EB A5 C 0 1E 8 54 40 4E
Octal 317 353 245 14 0 36 10 124 100 116
Binary 11001111 11101011 10100101 1100 0 11110 1000 1010100 1000000 1001110

Color Harmonies of #CFEBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEBA5

Black with #CFEBA5

Text Example


Text Example

White with #CFEBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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