Html Css Color HEX #CCBED0 Prelude

📋 copy color: '#CCBED0'

red 204 ◦ green 190 ◦ blue 208

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

Shades of Prelude #CCBED0

Tints of Prelude #CCBED0

RGB

 RED value IS 204 (80.08% from 255) = 33.89%

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

 BLUE value IS 208 (81.64% from 255) = 34.55%

R = 33.89%
G = 31.56%
B = 34.55%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCBED0 (or 0xCCBED0) is known color: Prelude. HEX triplet: CC, BE and D0. RGB value is (204,190,208). Sum of RGB (Red+Green+Blue) = 204+190+208=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCBED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED0 is #33412F. Grayscale: #C4C4C4. Windows color (decimal): -3359024 or 13680332. OLE color: 13680332.

HSL color Cylindrical-coordinate representation of color #CCBED0: hue angle of 286.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBED0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 190 208 -
CMYK 0.02 0.09 0 0.18
HSL 286.67º 0.16% 0.78% -
HSV(B) 286.67º 0.09% 0.82% -
XYZ 54.7 54.22 67.26 -
YUV 196.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 204 190 208 0.02 0.09 0 0.18 286.67 0.16 0.78
Hex CC BE D0 2 9 0 12 11F 10 4E
Octal 314 276 320 2 11 0 22 437 20 116
Binary 11001100 10111110 11010000 10 1001 0 10010 100011111 10000 1001110

Color Harmonies of #CCBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBED0

Black with #CCBED0

Text Example


Text Example

White with #CCBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBED0; }

 p { color: rgb(204,190,208); }

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

background-color css

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

 a { background-color: rgb(204,190,208); }

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

border-color css

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

 span { border-color: rgb(204,190,208); }

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