Html Css Color HEX #CFEEA6 Reef

📋 copy color: '#CFEEA6'

red 207 ◦ green 238 ◦ blue 166

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

Shades of Reef #CFEEA6

Tints of Reef #CFEEA6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.95%

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

R = 33.88%
G = 38.95%
B = 27.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#CFEEA6 (or 0xCFEEA6) is known color: Reef. HEX triplet: CF, EE and A6. RGB value is (207,238,166). Sum of RGB (Red+Green+Blue) = 207+238+166=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEEA6 is #301159. Grayscale: #DCDCDC. Windows color (decimal): -3150170 or 10940111. OLE color: 10940111.

HSL color Cylindrical-coordinate representation of color #CFEEA6: hue angle of 85.83º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFEEA6 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 166 -
CMYK 0.13 0 0.30 0.07
HSL 85.83º 0.68% 0.79% -
HSV(B) 85.83º 0.3% 0.93% -
XYZ 63.19 77.17 47.64 -
YUV 220.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 207 238 166 0.13 0 0.30 0.07 85.83 0.68 0.79
Hex CF EE A6 D 0 1E 7 56 44 4F
Octal 317 356 246 15 0 36 7 126 104 117
Binary 11001111 11101110 10100110 1101 0 11110 111 1010110 1000100 1001111

Color Harmonies of #CFEEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEEA6

Black with #CFEEA6

Text Example


Text Example

White with #CFEEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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