Html Css Color HEX #C2D2CC Jet Stream

📋 copy color: '#C2D2CC'

red 194 ◦ green 210 ◦ blue 204

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

Shades of Jet Stream #C2D2CC

Tints of Jet Stream #C2D2CC

RGB

 RED value IS 194 (76.17% from 255) = 31.91%

 GREEN value IS 210 (82.42% from 255) = 34.54%

 BLUE value IS 204 (80.08% from 255) = 33.55%

R = 31.91%
G = 34.54%
B = 33.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#C2D2CC (or 0xC2D2CC) is known color: Jet Stream. HEX triplet: C2, D2 and CC. RGB value is (194,210,204). Sum of RGB (Red+Green+Blue) = 194+210+204=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D2CC is #3D2D33. Grayscale: #CCCCCC. Windows color (decimal): -4009268 or 13423298. OLE color: 13423298.

HSL color Cylindrical-coordinate representation of color #C2D2CC: hue angle of 157.5º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2D2CC is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 210 204 -
CMYK 0.08 0 0.03 0.18
HSL 157.5º 0.15% 0.79% -
HSV(B) 157.5º 0.08% 0.82% -
XYZ 56.19 61.92 66.12 -
YUV 204.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 194 210 204 0.08 0 0.03 0.18 157.5 0.15 0.79
Hex C2 D2 CC 8 0 3 12 9E F 4F
Octal 302 322 314 10 0 3 22 236 17 117
Binary 11000010 11010010 11001100 1000 0 11 10010 10011110 1111 1001111

Color Harmonies of #C2D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D2CC

Black with #C2D2CC

Text Example


Text Example

White with #C2D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D2CC; }

 p { color: rgb(194,210,204); }

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

background-color css

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

 a { background-color: rgb(194,210,204); }

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

border-color css

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

 span { border-color: rgb(194,210,204); }

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