Html Css Color HEX #CCEFAC Reef

📋 copy color: '#CCEFAC'

red 204 ◦ green 239 ◦ blue 172

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

Shades of Reef #CCEFAC

Tints of Reef #CCEFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.86%

 BLUE value IS 172 (67.58% from 255) = 27.97%

R = 33.17%
G = 38.86%
B = 27.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#CCEFAC (or 0xCCEFAC) is known color: Reef. HEX triplet: CC, EF and AC. RGB value is (204,239,172). Sum of RGB (Red+Green+Blue) = 204+239+172=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFAC is #331053. Grayscale: #DDDDDD. Windows color (decimal): -3346516 or 11333580. OLE color: 11333580.

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

Color convert

RGB 204 239 172 -
CMYK 0.15 0 0.28 0.06
HSL 91.34º 0.68% 0.81% -
HSV(B) 91.34º 0.28% 0.94% -
XYZ 63.21 77.55 50.67 -
YUV 220.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 204 239 172 0.15 0 0.28 0.06 91.34 0.68 0.81
Hex CC EF AC F 0 1C 6 5B 44 51
Octal 314 357 254 17 0 34 6 133 104 121
Binary 11001100 11101111 10101100 1111 0 11100 110 1011011 1000100 1010001

Color Harmonies of #CCEFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFAC

Black with #CCEFAC

Text Example


Text Example

White with #CCEFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFAC; }

 p { color: rgb(204,239,172); }

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

background-color css

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

 a { background-color: rgb(204,239,172); }

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

border-color css

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

 span { border-color: rgb(204,239,172); }

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