Html Css Color HEX #CABDD4 Prelude

📋 copy color: '#CABDD4'

red 202 ◦ green 189 ◦ blue 212

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

Shades of Prelude #CABDD4

Tints of Prelude #CABDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.16%

R = 33.5%
G = 31.34%
B = 35.16%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CABDD4 (or 0xCABDD4) is known color: Prelude. HEX triplet: CA, BD and D4. RGB value is (202,189,212). Sum of RGB (Red+Green+Blue) = 202+189+212=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #CABDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDD4 is #35422B. Grayscale: #C3C3C3. Windows color (decimal): -3490348 or 13942218. OLE color: 13942218.

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

Color convert

RGB 202 189 212 -
CMYK 0.05 0.11 0 0.17
HSL 273.91º 0.21% 0.79% -
HSV(B) 273.91º 0.11% 0.83% -
XYZ 54.44 53.71 69.78 -
YUV 195.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 202 189 212 0.05 0.11 0 0.17 273.91 0.21 0.79
Hex CA BD D4 5 B 0 11 112 15 4F
Octal 312 275 324 5 13 0 21 422 25 117
Binary 11001010 10111101 11010100 101 1011 0 10001 100010010 10101 1001111

Color Harmonies of #CABDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDD4

Black with #CABDD4

Text Example


Text Example

White with #CABDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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