Html Css Color HEX #CFEAA5 Reef

📋 copy color: '#CFEAA5'

red 207 ◦ green 234 ◦ blue 165

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

Shades of Reef #CFEAA5

Tints of Reef #CFEAA5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.61%

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

R = 34.16%
G = 38.61%
B = 27.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#CFEAA5 (or 0xCFEAA5) is known color: Reef. HEX triplet: CF, EA and A5. RGB value is (207,234,165). Sum of RGB (Red+Green+Blue) = 207+234+165=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEAA5 is #30155A. Grayscale: #DADADA. Windows color (decimal): -3151195 or 10873551. OLE color: 10873551.

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

Color convert

RGB 207 234 165 -
CMYK 0.12 0 0.29 0.08
HSL 83.48º 0.62% 0.78% -
HSV(B) 83.48º 0.29% 0.92% -
XYZ 61.95 74.83 46.78 -
YUV 218.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 207 234 165 0.12 0 0.29 0.08 83.48 0.62 0.78
Hex CF EA A5 C 0 1D 8 53 3E 4E
Octal 317 352 245 14 0 35 10 123 76 116
Binary 11001111 11101010 10100101 1100 0 11101 1000 1010011 111110 1001110

Color Harmonies of #CFEAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEAA5

Black with #CFEAA5

Text Example


Text Example

White with #CFEAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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