#C1DDBE

Color #C1DDBE Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C1DDBE

Tints of Surf Crest #C1DDBE

Color information

#C1DDBE (or 0xC1DDBE) is unknown color: approx Surf Crest. HEX triplet: C1, DD and BE. RGB value is (193,221,190). Sum of RGB (Red+Green+Blue) = 193+221+190=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDBE is #3E2241. Grayscale: #D1D1D1. Windows color (decimal): -4072002 or 12508609. OLE color: 12508609.

HSL color Cylindrical-coordinate representation of color #C1DDBE: hue angle of 114.19º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1DDBE is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB193221190-
CMYK0.1300.140.13
HSL114.19º31.31%80.59%-
HSV(B)114.19º14.03%86.67%-
XYZ57.1466.7758.59-
YUV209.09117.22116.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.95%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=31.95%
G=36.59%
B=31.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932211900.1300.140.13114.1931.3180.59
HexC1DDBED0ED721f51
Octal301335276150161516237121
Binary11000001110111011011111011010111011011110010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDBE; }

 p { color: rgb(193,221,190); }

 H1.HeaderClassName
 {
   color: #C1DDBE;
 }
 .AnyTagClassName
 {
   color: #C1DDBE;
 }
</style>
background-color css

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

 a { background-color: rgb(193,221,190); }

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

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

 span { border-color: rgb(193,221,190); }

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