Html Css Color HEX #CBDFCA Sea Mist

📋 copy color: '#CBDFCA'

red 203 ◦ green 223 ◦ blue 202

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

Shades of Sea Mist #CBDFCA

Tints of Sea Mist #CBDFCA

RGB

 RED value IS 203 (79.69% from 255) = 32.32%

 GREEN value IS 223 (87.5% from 255) = 35.51%

 BLUE value IS 202 (79.3% from 255) = 32.17%

R = 32.32%
G = 35.51%
B = 32.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#CBDFCA (or 0xCBDFCA) is known color: Sea Mist. HEX triplet: CB, DF and CA. RGB value is (203,223,202). Sum of RGB (Red+Green+Blue) = 203+223+202=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFCA is #342035. Grayscale: #D6D6D6. Windows color (decimal): -3416118 or 13295563. OLE color: 13295563.

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

Color convert

RGB 203 223 202 -
CMYK 0.09 0 0.09 0.13
HSL 117.14º 0.25% 0.83% -
HSV(B) 117.14º 0.09% 0.87% -
XYZ 61.68 69.74 66.09 -
YUV 214.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 203 223 202 0.09 0 0.09 0.13 117.14 0.25 0.83
Hex CB DF CA 9 0 9 D 75 19 53
Octal 313 337 312 11 0 11 15 165 31 123
Binary 11001011 11011111 11001010 1001 0 1001 1101 1110101 11001 1010011

Color Harmonies of #CBDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDFCA

Black with #CBDFCA

Text Example


Text Example

White with #CBDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDFCA; }

 p { color: rgb(203,223,202); }

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

background-color css

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

 a { background-color: rgb(203,223,202); }

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

border-color css

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

 span { border-color: rgb(203,223,202); }

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