Html Css Color HEX #CCF6AB Reef

📋 copy color: '#CCF6AB'

red 204 ◦ green 246 ◦ blue 171

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

Shades of Reef #CCF6AB

Tints of Reef #CCF6AB

RGB

 RED value IS 204 (80.08% from 255) = 32.85%

 GREEN value IS 246 (96.48% from 255) = 39.61%

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

R = 32.85%
G = 39.61%
B = 27.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#CCF6AB (or 0xCCF6AB) is known color: Reef. HEX triplet: CC, F6 and AB. RGB value is (204,246,171). Sum of RGB (Red+Green+Blue) = 204+246+171=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF6AB is #330954. Grayscale: #E1E1E1. Windows color (decimal): -3344725 or 11269836. OLE color: 11269836.

HSL color Cylindrical-coordinate representation of color #CCF6AB: hue angle of 93.6º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF6AB is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 246 171 -
CMYK 0.17 0 0.30 0.04
HSL 93.6º 0.81% 0.82% -
HSV(B) 93.6º 0.3% 0.96% -
XYZ 65.21 81.69 50.86 -
YUV 224.89 97.59 113.1 -
System Red Green Blue C M Y K H S L
Decimal 204 246 171 0.17 0 0.30 0.04 93.6 0.81 0.82
Hex CC F6 AB 11 0 1E 4 5E 51 52
Octal 314 366 253 21 0 36 4 136 121 122
Binary 11001100 11110110 10101011 10001 0 11110 100 1011110 1010001 1010010

Color Harmonies of #CCF6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF6AB

Black with #CCF6AB

Text Example


Text Example

White with #CCF6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF6AB; }

 p { color: rgb(204,246,171); }

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

background-color css

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

 a { background-color: rgb(204,246,171); }

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

border-color css

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

 span { border-color: rgb(204,246,171); }

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