Html Css Color HEX #C4D0CC Jet Stream

📋 copy color: '#C4D0CC'

red 196 ◦ green 208 ◦ blue 204

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

Shades of Jet Stream #C4D0CC

Tints of Jet Stream #C4D0CC

RGB

 RED value IS 196 (76.95% from 255) = 32.24%

 GREEN value IS 208 (81.64% from 255) = 34.21%

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

R = 32.24%
G = 34.21%
B = 33.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#C4D0CC (or 0xC4D0CC) is known color: Jet Stream. HEX triplet: C4, D0 and CC. RGB value is (196,208,204). Sum of RGB (Red+Green+Blue) = 196+208+204=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0CC is #3B2F33. Grayscale: #CBCBCB. Windows color (decimal): -3878708 or 13422788. OLE color: 13422788.

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

Color convert

RGB 196 208 204 -
CMYK 0.06 0 0.02 0.18
HSL 160º 0.11% 0.79% -
HSV(B) 160º 0.06% 0.82% -
XYZ 56.22 61.21 65.98 -
YUV 203.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 196 208 204 0.06 0 0.02 0.18 160 0.11 0.79
Hex C4 D0 CC 6 0 2 12 A0 B 4F
Octal 304 320 314 6 0 2 22 240 13 117
Binary 11000100 11010000 11001100 110 0 10 10010 10100000 1011 1001111

Color Harmonies of #C4D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D0CC

Black with #C4D0CC

Text Example


Text Example

White with #C4D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D0CC; }

 p { color: rgb(196,208,204); }

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

background-color css

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

 a { background-color: rgb(196,208,204); }

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

border-color css

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

 span { border-color: rgb(196,208,204); }

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