Html Css Color HEX #CCF1AD Reef

📋 copy color: '#CCF1AD'

red 204 ◦ green 241 ◦ blue 173

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

Shades of Reef #CCF1AD

Tints of Reef #CCF1AD

RGB

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

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

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

R = 33.01%
G = 39%
B = 27.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#CCF1AD (or 0xCCF1AD) is known color: Reef. HEX triplet: CC, F1 and AD. RGB value is (204,241,173). Sum of RGB (Red+Green+Blue) = 204+241+173=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF1AD is #330E52. Grayscale: #DEDEDE. Windows color (decimal): -3346003 or 11399628. OLE color: 11399628.

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

Color convert

RGB 204 241 173 -
CMYK 0.15 0 0.28 0.05
HSL 92.65º 0.71% 0.81% -
HSV(B) 92.65º 0.28% 0.95% -
XYZ 63.9 78.77 51.37 -
YUV 222.19 100.24 115.03 -
System Red Green Blue C M Y K H S L
Decimal 204 241 173 0.15 0 0.28 0.05 92.65 0.71 0.81
Hex CC F1 AD F 0 1C 5 5D 47 51
Octal 314 361 255 17 0 34 5 135 107 121
Binary 11001100 11110001 10101101 1111 0 11100 101 1011101 1000111 1010001

Color Harmonies of #CCF1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1AD

Black with #CCF1AD

Text Example


Text Example

White with #CCF1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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