#CADEC1

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

Shades of Surf Crest #CADEC1

Tints of Surf Crest #CADEC1

Color information

#CADEC1 (or 0xCADEC1) is unknown color: approx Surf Crest. HEX triplet: CA, DE and C1. RGB value is (202,222,193). Sum of RGB (Red+Green+Blue) = 202+222+193=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADEC1 is #35213E. Grayscale: #D4D4D4. Windows color (decimal): -3481919 or 12705482. OLE color: 12705482.

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

Color convert

RGB202222193-
CMYK0.0900.130.13
HSL101.38º30.53%81.37%-
HSV(B)101.38º13.06%87.06%-
XYZ60.168.6560.53-
YUV212.71116.87120.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 222 (87.11% from 255) = 35.98%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=32.74%
G=35.98%
B=31.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221930.0900.130.13101.3830.5381.37
HexCADEC190DD651f51
Octal312336301110151514537121
Binary11001010110111101100000110010110111011100101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEC1; }

 p { color: rgb(202,222,193); }

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

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

 a { background-color: rgb(202,222,193); }

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

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

 span { border-color: rgb(202,222,193); }

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