Html Css Color HEX #CAD9C2 Surf Crest

📋 copy color: '#CAD9C2'

red 202 ◦ green 217 ◦ blue 194

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

Shades of Surf Crest #CAD9C2

Tints of Surf Crest #CAD9C2

RGB

 RED value IS 202 (79.3% from 255) = 32.95%

 GREEN value IS 217 (85.16% from 255) = 35.4%

 BLUE value IS 194 (76.17% from 255) = 31.65%

R = 32.95%
G = 35.4%
B = 31.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#CAD9C2 (or 0xCAD9C2) is known color: Surf Crest. HEX triplet: CA, D9 and C2. RGB value is (202,217,194). Sum of RGB (Red+Green+Blue) = 202+217+194=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9C2 is #35263D. Grayscale: #D1D1D1. Windows color (decimal): -3483198 or 12769738. OLE color: 12769738.

HSL color Cylindrical-coordinate representation of color #CAD9C2: hue angle of 99.13º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAD9C2 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 217 194 -
CMYK 0.07 0 0.11 0.15
HSL 99.13º 0.23% 0.81% -
HSV(B) 99.13º 0.11% 0.85% -
XYZ 58.91 66.08 60.69 -
YUV 209.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 202 217 194 0.07 0 0.11 0.15 99.13 0.23 0.81
Hex CA D9 C2 7 0 B F 63 17 51
Octal 312 331 302 7 0 13 17 143 27 121
Binary 11001010 11011001 11000010 111 0 1011 1111 1100011 10111 1010001

Color Harmonies of #CAD9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD9C2

Black with #CAD9C2

Text Example


Text Example

White with #CAD9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD9C2; }

 p { color: rgb(202,217,194); }

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

background-color css

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

 a { background-color: rgb(202,217,194); }

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

border-color css

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

 span { border-color: rgb(202,217,194); }

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