Html Css Color HEX #CCF1AB Reef

📋 copy color: '#CCF1AB'

red 204 ◦ green 241 ◦ blue 171

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

Shades of Reef #CCF1AB

Tints of Reef #CCF1AB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.12%

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

R = 33.12%
G = 39.12%
B = 27.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#CCF1AB (or 0xCCF1AB) is known color: Reef. HEX triplet: CC, F1 and AB. RGB value is (204,241,171). Sum of RGB (Red+Green+Blue) = 204+241+171=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF1AB is #330E54. Grayscale: #DEDEDE. Windows color (decimal): -3346005 or 11268556. OLE color: 11268556.

HSL color Cylindrical-coordinate representation of color #CCF1AB: hue angle of 91.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCF1AB is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 171 -
CMYK 0.15 0 0.29 0.05
HSL 91.71º 0.71% 0.81% -
HSV(B) 91.71º 0.29% 0.95% -
XYZ 63.71 78.69 50.36 -
YUV 221.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 204 241 171 0.15 0 0.29 0.05 91.71 0.71 0.81
Hex CC F1 AB F 0 1D 5 5C 47 51
Octal 314 361 253 17 0 35 5 134 107 121
Binary 11001100 11110001 10101011 1111 0 11101 101 1011100 1000111 1010001

Color Harmonies of #CCF1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1AB

Black with #CCF1AB

Text Example


Text Example

White with #CCF1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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