Html Css Color HEX #CABECF Prelude

📋 copy color: '#CABECF'

red 202 ◦ green 190 ◦ blue 207

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

Shades of Prelude #CABECF

Tints of Prelude #CABECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.72%

 BLUE value IS 207 (81.25% from 255) = 34.56%

R = 33.72%
G = 31.72%
B = 34.56%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CABECF (or 0xCABECF) is known color: Prelude. HEX triplet: CA, BE and CF. RGB value is (202,190,207). Sum of RGB (Red+Green+Blue) = 202+190+207=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #CABECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABECF is #354130. Grayscale: #C3C3C3. Windows color (decimal): -3490097 or 13614794. OLE color: 13614794.

HSL color Cylindrical-coordinate representation of color #CABECF: hue angle of 282.35º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABECF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 190 207 -
CMYK 0.02 0.08 0 0.19
HSL 282.35º 0.15% 0.78% -
HSV(B) 282.35º 0.08% 0.81% -
XYZ 54.03 53.89 66.59 -
YUV 195.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 202 190 207 0.02 0.08 0 0.19 282.35 0.15 0.78
Hex CA BE CF 2 8 0 13 11A F 4E
Octal 312 276 317 2 10 0 23 432 17 116
Binary 11001010 10111110 11001111 10 1000 0 10011 100011010 1111 1001110

Color Harmonies of #CABECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABECF

Black with #CABECF

Text Example


Text Example

White with #CABECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABECF; }

 p { color: rgb(202,190,207); }

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

background-color css

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

 a { background-color: rgb(202,190,207); }

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

border-color css

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

 span { border-color: rgb(202,190,207); }

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