Html Css Color HEX #C3D7D0 Jet Stream

📋 copy color: '#C3D7D0'

red 195 ◦ green 215 ◦ blue 208

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

Shades of Jet Stream #C3D7D0

Tints of Jet Stream #C3D7D0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.79%

 BLUE value IS 208 (81.64% from 255) = 33.66%

R = 31.55%
G = 34.79%
B = 33.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#C3D7D0 (or 0xC3D7D0) is known color: Jet Stream. HEX triplet: C3, D7 and D0. RGB value is (195,215,208). Sum of RGB (Red+Green+Blue) = 195+215+208=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 215 (84.38% from 255 or 34.79% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 215 - color contains mainly: green. Hex color #C3D7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D7D0 is #3C282F. Grayscale: #D0D0D0. Windows color (decimal): -3942448 or 13686723. OLE color: 13686723.

HSL color Cylindrical-coordinate representation of color #C3D7D0: hue angle of 159º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3D7D0 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 215 208 -
CMYK 0.09 0 0.03 0.16
HSL 159º 0.2% 0.8% -
HSV(B) 159º 0.09% 0.84% -
XYZ 58.19 64.76 69.11 -
YUV 208.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 195 215 208 0.09 0 0.03 0.16 159 0.2 0.8
Hex C3 D7 D0 9 0 3 10 9F 14 50
Octal 303 327 320 11 0 3 20 237 24 120
Binary 11000011 11010111 11010000 1001 0 11 10000 10011111 10100 1010000

Color Harmonies of #C3D7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D7D0

Black with #C3D7D0

Text Example


Text Example

White with #C3D7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D7D0; }

 p { color: rgb(195,215,208); }

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

background-color css

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

 a { background-color: rgb(195,215,208); }

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

border-color css

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

 span { border-color: rgb(195,215,208); }

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