Html Css Color HEX #CCF1A3 Reef

📋 copy color: '#CCF1A3'

red 204 ◦ green 241 ◦ blue 163

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

Shades of Reef #CCF1A3

Tints of Reef #CCF1A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 26.81%

R = 33.55%
G = 39.64%
B = 26.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#CCF1A3 (or 0xCCF1A3) is known color: Reef. HEX triplet: CC, F1 and A3. RGB value is (204,241,163). Sum of RGB (Red+Green+Blue) = 204+241+163=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 163 (64.06% from 255 or 26.81% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF1A3 is #330E5C. Grayscale: #DDDDDD. Windows color (decimal): -3346013 or 10744268. OLE color: 10744268.

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

Color convert

RGB 204 241 163 -
CMYK 0.15 0 0.32 0.05
HSL 88.46º 0.74% 0.79% -
HSV(B) 88.46º 0.32% 0.95% -
XYZ 62.97 78.39 46.46 -
YUV 221.05 95.24 115.84 -
System Red Green Blue C M Y K H S L
Decimal 204 241 163 0.15 0 0.32 0.05 88.46 0.74 0.79
Hex CC F1 A3 F 0 20 5 58 4A 4F
Octal 314 361 243 17 0 40 5 130 112 117
Binary 11001100 11110001 10100011 1111 0 100000 101 1011000 1001010 1001111

Color Harmonies of #CCF1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF1A3

Black with #CCF1A3

Text Example


Text Example

White with #CCF1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF1A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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