Html Css Color HEX #CACDDA Link Water

📋 copy color: '#CACDDA'

red 202 ◦ green 205 ◦ blue 218

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

Shades of Link Water #CACDDA

Tints of Link Water #CACDDA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.8%

 BLUE value IS 218 (85.55% from 255) = 34.88%

R = 32.32%
G = 32.8%
B = 34.88%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CACDDA (or 0xCACDDA) is known color: Link Water. HEX triplet: CA, CD and DA. RGB value is (202,205,218). Sum of RGB (Red+Green+Blue) = 202+205+218=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: blue. Hex color #CACDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDDA is #353225. Grayscale: #CDCDCD. Windows color (decimal): -3486246 or 14339530. OLE color: 14339530.

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

Color convert

RGB 202 205 218 -
CMYK 0.07 0.06 0 0.15
HSL 228.75º 0.18% 0.82% -
HSV(B) 228.75º 0.07% 0.85% -
XYZ 58.84 61.28 75.06 -
YUV 205.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 202 205 218 0.07 0.06 0 0.15 228.75 0.18 0.82
Hex CA CD DA 7 6 0 F E5 12 52
Octal 312 315 332 7 6 0 17 345 22 122
Binary 11001010 11001101 11011010 111 110 0 1111 11100101 10010 1010010

Color Harmonies of #CACDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACDDA

Black with #CACDDA

Text Example


Text Example

White with #CACDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACDDA; }

 p { color: rgb(202,205,218); }

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

background-color css

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

 a { background-color: rgb(202,205,218); }

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

border-color css

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

 span { border-color: rgb(202,205,218); }

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