Html Css Color HEX #CFEDA8 Reef

📋 copy color: '#CFEDA8'

red 207 ◦ green 237 ◦ blue 168

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

Shades of Reef #CFEDA8

Tints of Reef #CFEDA8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.73%

 BLUE value IS 168 (66.02% from 255) = 27.45%

R = 33.82%
G = 38.73%
B = 27.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#CFEDA8 (or 0xCFEDA8) is known color: Reef. HEX triplet: CF, ED and A8. RGB value is (207,237,168). Sum of RGB (Red+Green+Blue) = 207+237+168=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDA8 is #301257. Grayscale: #DCDCDC. Windows color (decimal): -3150424 or 11070927. OLE color: 11070927.

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

Color convert

RGB 207 237 168 -
CMYK 0.13 0 0.29 0.07
HSL 86.09º 0.66% 0.79% -
HSV(B) 86.09º 0.29% 0.93% -
XYZ 63.08 76.66 48.52 -
YUV 220.16 98.56 118.61 -
System Red Green Blue C M Y K H S L
Decimal 207 237 168 0.13 0 0.29 0.07 86.09 0.66 0.79
Hex CF ED A8 D 0 1D 7 56 42 4F
Octal 317 355 250 15 0 35 7 126 102 117
Binary 11001111 11101101 10101000 1101 0 11101 111 1010110 1000010 1001111

Color Harmonies of #CFEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEDA8

Black with #CFEDA8

Text Example


Text Example

White with #CFEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEDA8; }

 p { color: rgb(207,237,168); }

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

background-color css

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

 a { background-color: rgb(207,237,168); }

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

border-color css

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

 span { border-color: rgb(207,237,168); }

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