Html Css Color HEX #CABDD5 Prelude

📋 copy color: '#CABDD5'

red 202 ◦ green 189 ◦ blue 213

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

Shades of Prelude #CABDD5

Tints of Prelude #CABDD5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.29%

 BLUE value IS 213 (83.59% from 255) = 35.26%

R = 33.44%
G = 31.29%
B = 35.26%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CABDD5 (or 0xCABDD5) is known color: Prelude. HEX triplet: CA, BD and D5. RGB value is (202,189,213). Sum of RGB (Red+Green+Blue) = 202+189+213=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 213 - color contains mainly: blue. Hex color #CABDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD5 is #35422A. Grayscale: #C3C3C3. Windows color (decimal): -3490347 or 14007754. OLE color: 14007754.

HSL color Cylindrical-coordinate representation of color #CABDD5: hue angle of 272.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CABDD5 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 189 213 -
CMYK 0.05 0.11 0 0.16
HSL 272.5º 0.22% 0.79% -
HSV(B) 272.5º 0.11% 0.84% -
XYZ 54.56 53.76 70.45 -
YUV 195.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 202 189 213 0.05 0.11 0 0.16 272.5 0.22 0.79
Hex CA BD D5 5 B 0 10 110 16 4F
Octal 312 275 325 5 13 0 20 420 26 117
Binary 11001010 10111101 11010101 101 1011 0 10000 100010000 10110 1001111

Color Harmonies of #CABDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDD5

Black with #CABDD5

Text Example


Text Example

White with #CABDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDD5; }

 p { color: rgb(202,189,213); }

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

background-color css

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

 a { background-color: rgb(202,189,213); }

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

border-color css

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

 span { border-color: rgb(202,189,213); }

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