Html Css Color HEX #CADFDB Jagged Ice

📋 copy color: '#CADFDB'

red 202 ◦ green 223 ◦ blue 219

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

Shades of Jagged Ice #CADFDB

Tints of Jagged Ice #CADFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.01%

R = 31.37%
G = 34.63%
B = 34.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#CADFDB (or 0xCADFDB) is known color: Jagged Ice. HEX triplet: CA, DF and DB. RGB value is (202,223,219). Sum of RGB (Red+Green+Blue) = 202+223+219=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFDB is #352024. Grayscale: #D8D8D8. Windows color (decimal): -3481637 or 14409674. OLE color: 14409674.

HSL color Cylindrical-coordinate representation of color #CADFDB: hue angle of 168.57º 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 #CADFDB is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 223 219 -
CMYK 0.09 0 0.02 0.13
HSL 168.57º 0.25% 0.83% -
HSV(B) 168.57º 0.09% 0.87% -
XYZ 63.53 70.45 77.27 -
YUV 216.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 202 223 219 0.09 0 0.02 0.13 168.57 0.25 0.83
Hex CA DF DB 9 0 2 D A9 19 53
Octal 312 337 333 11 0 2 15 251 31 123
Binary 11001010 11011111 11011011 1001 0 10 1101 10101001 11001 1010011

Color Harmonies of #CADFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADFDB

Black with #CADFDB

Text Example


Text Example

White with #CADFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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