Html Css Color HEX #CFEAA6 Reef

📋 copy color: '#CFEAA6'

red 207 ◦ green 234 ◦ blue 166

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

Shades of Reef #CFEAA6

Tints of Reef #CFEAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.35%

R = 34.1%
G = 38.55%
B = 27.35%

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

#CFEAA6 (or 0xCFEAA6) is known color: Reef. HEX triplet: CF, EA and A6. RGB value is (207,234,166). Sum of RGB (Red+Green+Blue) = 207+234+166=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEAA6 is #301559. Grayscale: #DADADA. Windows color (decimal): -3151194 or 10939087. OLE color: 10939087.

HSL color Cylindrical-coordinate representation of color #CFEAA6: hue angle of 83.82º 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 #CFEAA6 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 166 -
CMYK 0.12 0 0.29 0.08
HSL 83.82º 0.62% 0.78% -
HSV(B) 83.82º 0.29% 0.92% -
XYZ 62.04 74.86 47.26 -
YUV 218.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 207 234 166 0.12 0 0.29 0.08 83.82 0.62 0.78
Hex CF EA A6 C 0 1D 8 54 3E 4E
Octal 317 352 246 14 0 35 10 124 76 116
Binary 11001111 11101010 10100110 1100 0 11101 1000 1010100 111110 1001110

Color Harmonies of #CFEAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEAA6

Black with #CFEAA6

Text Example


Text Example

White with #CFEAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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