Html Css Color HEX #CFE6AB Reef

📋 copy color: '#CFE6AB'

red 207 ◦ green 230 ◦ blue 171

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

Shades of Reef #CFE6AB

Tints of Reef #CFE6AB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.83%

 BLUE value IS 171 (67.19% from 255) = 28.13%

R = 34.05%
G = 37.83%
B = 28.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#CFE6AB (or 0xCFE6AB) is known color: Reef. HEX triplet: CF, E6 and AB. RGB value is (207,230,171). Sum of RGB (Red+Green+Blue) = 207+230+171=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE6AB is #301954. Grayscale: #D8D8D8. Windows color (decimal): -3152213 or 11265743. OLE color: 11265743.

HSL color Cylindrical-coordinate representation of color #CFE6AB: hue angle of 83.39º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFE6AB is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 171 -
CMYK 0.10 0 0.26 0.10
HSL 83.39º 0.54% 0.79% -
HSV(B) 83.39º 0.26% 0.9% -
XYZ 61.38 72.8 49.34 -
YUV 216.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 207 230 171 0.10 0 0.26 0.10 83.39 0.54 0.79
Hex CF E6 AB A 0 1A A 53 36 4F
Octal 317 346 253 12 0 32 12 123 66 117
Binary 11001111 11100110 10101011 1010 0 11010 1010 1010011 110110 1001111

Color Harmonies of #CFE6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE6AB

Black with #CFE6AB

Text Example


Text Example

White with #CFE6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE6AB; }

 p { color: rgb(207,230,171); }

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

background-color css

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

 a { background-color: rgb(207,230,171); }

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

border-color css

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

 span { border-color: rgb(207,230,171); }

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