Html Css Color HEX #CFE3A4 Reef

📋 copy color: '#CFE3A4'

red 207 ◦ green 227 ◦ blue 164

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

Shades of Reef #CFE3A4

Tints of Reef #CFE3A4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.96%

 BLUE value IS 164 (64.45% from 255) = 27.42%

R = 34.62%
G = 37.96%
B = 27.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#CFE3A4 (or 0xCFE3A4) is known color: Reef. HEX triplet: CF, E3 and A4. RGB value is (207,227,164). Sum of RGB (Red+Green+Blue) = 207+227+164=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE3A4 is #301C5B. Grayscale: #D6D6D6. Windows color (decimal): -3152988 or 10806223. OLE color: 10806223.

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

Color convert

RGB 207 227 164 -
CMYK 0.09 0 0.28 0.11
HSL 79.05º 0.53% 0.77% -
HSV(B) 79.05º 0.28% 0.89% -
XYZ 59.9 70.88 45.65 -
YUV 213.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 207 227 164 0.09 0 0.28 0.11 79.05 0.53 0.77
Hex CF E3 A4 9 0 1C B 4F 35 4D
Octal 317 343 244 11 0 34 13 117 65 115
Binary 11001111 11100011 10100100 1001 0 11100 1011 1001111 110101 1001101

Color Harmonies of #CFE3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE3A4

Black with #CFE3A4

Text Example


Text Example

White with #CFE3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE3A4; }

 p { color: rgb(207,227,164); }

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

background-color css

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

 a { background-color: rgb(207,227,164); }

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

border-color css

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

 span { border-color: rgb(207,227,164); }

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