Html Css Color HEX #CCF2AD Reef

📋 copy color: '#CCF2AD'

red 204 ◦ green 242 ◦ blue 173

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

Shades of Reef #CCF2AD

Tints of Reef #CCF2AD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.1%

 BLUE value IS 173 (67.97% from 255) = 27.95%

R = 32.96%
G = 39.1%
B = 27.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#CCF2AD (or 0xCCF2AD) is known color: Reef. HEX triplet: CC, F2 and AD. RGB value is (204,242,173). Sum of RGB (Red+Green+Blue) = 204+242+173=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2AD is #330D52. Grayscale: #DFDFDF. Windows color (decimal): -3345747 or 11399884. OLE color: 11399884.

HSL color Cylindrical-coordinate representation of color #CCF2AD: hue angle of 93.04º degrees, saturation: 0.73, 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 #CCF2AD is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 173 -
CMYK 0.16 0 0.29 0.05
HSL 93.04º 0.73% 0.81% -
HSV(B) 93.04º 0.29% 0.95% -
XYZ 64.2 79.36 51.47 -
YUV 222.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 204 242 173 0.16 0 0.29 0.05 93.04 0.73 0.81
Hex CC F2 AD 10 0 1D 5 5D 49 51
Octal 314 362 255 20 0 35 5 135 111 121
Binary 11001100 11110010 10101101 10000 0 11101 101 1011101 1001001 1010001

Color Harmonies of #CCF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2AD

Black with #CCF2AD

Text Example


Text Example

White with #CCF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2AD; }

 p { color: rgb(204,242,173); }

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

background-color css

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

 a { background-color: rgb(204,242,173); }

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

border-color css

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

 span { border-color: rgb(204,242,173); }

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