Html Css Color HEX #CFE4AF Reef

📋 copy color: '#CFE4AF'

red 207 ◦ green 228 ◦ blue 175

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

Shades of Reef #CFE4AF

Tints of Reef #CFE4AF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.38%

 BLUE value IS 175 (68.75% from 255) = 28.69%

R = 33.93%
G = 37.38%
B = 28.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#CFE4AF (or 0xCFE4AF) is known color: Reef. HEX triplet: CF, E4 and AF. RGB value is (207,228,175). Sum of RGB (Red+Green+Blue) = 207+228+175=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE4AF is #301B50. Grayscale: #D7D7D7. Windows color (decimal): -3152721 or 11527375. OLE color: 11527375.

HSL color Cylindrical-coordinate representation of color #CFE4AF: hue angle of 83.77º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFE4AF is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 175 -
CMYK 0.09 0 0.23 0.11
HSL 83.77º 0.5% 0.79% -
HSV(B) 83.77º 0.23% 0.89% -
XYZ 61.21 71.85 51.2 -
YUV 215.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 207 228 175 0.09 0 0.23 0.11 83.77 0.5 0.79
Hex CF E4 AF 9 0 17 B 54 32 4F
Octal 317 344 257 11 0 27 13 124 62 117
Binary 11001111 11100100 10101111 1001 0 10111 1011 1010100 110010 1001111

Color Harmonies of #CFE4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4AF

Black with #CFE4AF

Text Example


Text Example

White with #CFE4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4AF; }

 p { color: rgb(207,228,175); }

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

background-color css

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

 a { background-color: rgb(207,228,175); }

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

border-color css

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

 span { border-color: rgb(207,228,175); }

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