Html Css Color HEX #C3DCC1 Surf Crest

📋 copy color: '#C3DCC1'

red 195 ◦ green 220 ◦ blue 193

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

Shades of Surf Crest #C3DCC1

Tints of Surf Crest #C3DCC1

RGB

 RED value IS 195 (76.56% from 255) = 32.07%

 GREEN value IS 220 (86.33% from 255) = 36.18%

 BLUE value IS 193 (75.78% from 255) = 31.74%

R = 32.07%
G = 36.18%
B = 31.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#C3DCC1 (or 0xC3DCC1) is known color: Surf Crest. HEX triplet: C3, DC and C1. RGB value is (195,220,193). Sum of RGB (Red+Green+Blue) = 195+220+193=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCC1 is #3C233E. Grayscale: #D1D1D1. Windows color (decimal): -3941183 or 12704963. OLE color: 12704963.

HSL color Cylindrical-coordinate representation of color #C3DCC1: hue angle of 115.56º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3DCC1 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 220 193 -
CMYK 0.11 0 0.12 0.14
HSL 115.56º 0.28% 0.81% -
HSV(B) 115.56º 0.12% 0.86% -
XYZ 57.72 66.64 60.27 -
YUV 209.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 195 220 193 0.11 0 0.12 0.14 115.56 0.28 0.81
Hex C3 DC C1 B 0 C E 74 1C 51
Octal 303 334 301 13 0 14 16 164 34 121
Binary 11000011 11011100 11000001 1011 0 1100 1110 1110100 11100 1010001

Color Harmonies of #C3DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DCC1

Black with #C3DCC1

Text Example


Text Example

White with #C3DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DCC1; }

 p { color: rgb(195,220,193); }

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

background-color css

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

 a { background-color: rgb(195,220,193); }

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

border-color css

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

 span { border-color: rgb(195,220,193); }

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